@media (max-width: 990px) {
  [data-rellax-speed] {
    transform: none !important; } }
@keyframes move-left-right {
  0%, 100% {
    transform: translateX(-25%); }
  50% {
    transform: translateX(-100%); } }
.aaio-left-to-right {
  animation: move-left-right 100s linear infinite; }

@keyframes move-right-left {
  0%, 100% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(-25%); } }
.aaio-right-to-left {
  animation: move-right-left 100s linear infinite; }

.swiper-tab {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
  opacity: 0;
  visibility: hidden; }

.swiper-tab.active {
  position: relative;
  opacity: 1;
  visibility: visible; }

.swiper-pagination-bullet {
  --aaio-pagination-border-color: #ccc;
  background-color: transparent;
  width: 30px;
  height: 30px;
  opacity: 1;
  margin: 0;
  position: relative; }
  .swiper-pagination-bullet:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width .2s ease-in-out,height .2s ease-in-out,background-color .2s ease-in-out;
    border-radius: 50px;
    background-color: var(--aaio-pagination_color, var(--bs-gray-400));
    border: 2px solid var(--aaio-pagination-border-color); }

.swiper-pagination-bullet-active:before {
  width: 30px; }

.swiper-progress {
  background-color: var(--aaio-pagination_color, var(--bs-gray-400));
  z-index: unset; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--aaio-pagination_color_active, var(--bs-primary)); }

.swiper-pagination-vertical {
  width: 10px;
  display: block;
  right: auto !important;
  bottom: auto !important; }
  .swiper-pagination-vertical .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 0 !important; }
  .swiper-pagination-vertical .swiper-pagination-bullet-active {
    width: 10px;
    height: 1.5rem; }

.aaio-object-cover,
.aaio-object-contain {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.aaio-object-contain {
  object-fit: contain; }

.aaio-object-top {
  object-position: top center; }

.aaio-object-top-right {
  object-position: top right; }

.aaio-object-right {
  object-position: right center; }

.aaio-object-bottom-right {
  object-position: right bottom; }

.aaio-object-bottom {
  object-position: bottom center; }

.aaio-object-bottom-left {
  object-position: bottom left; }

.aaio-object-left {
  object-position: left center; }

.aaio-object-top-left {
  object-position: left top; }

.aaio-mask-center {
  mask-position: center !important;
  -webkit-mask-position: center !important; }

.aaio-mask-top {
  mask-position: top center !important;
  -webkit-mask-position: top center !important; }

.aaio-mask-right {
  mask-position: right center !important;
  -webkit-mask-position: right center !important; }

.aaio-mask-bottom {
  mask-position: bottom center !important;
  -webkit-mask-position: bottom center !important; }

.aaio-mask-left {
  mask-position: left center !important;
  -webkit-mask-position: left center !important; }

.aaio-lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.aaio-lazy-loaded {
  opacity: 1; }

.aaio-step {
  position: relative; }
  .aaio-step:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--aaio-step-bg);
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0); }
  .aaio-step.aaio-step-with-text:before {
    top: 2.5rem; }
  .aaio-step:first-of-type:before {
    width: 50%;
    transform: translate(0, 0); }
  .aaio-step:last-of-type:before {
    width: 50%;
    transform: translate(-100%, 0); }
  .aaio-step.aaio-step-vertical:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: calc( var( --bs-gutter-x, 1.5rem ) + 1.7rem );
    transform: translate(0, 0); }
  .aaio-step.aaio-step-vertical:first-of-type:before {
    top: 50%;
    height: 50%; }
  .aaio-step.aaio-step-vertical:last-of-type:before {
    height: 50%; }

.aaio-step-vertical {
  position: relative; }
  .aaio-step-vertical .aaio-step-vertical-divider {
    content: '';
    background-color: var(--aaio-step-bg);
    position: absolute;
    width: 1px !important;
    height: 100% !important;
    top: 0 !important;
    left: calc( var( --bs-gutter-x, 1.5rem ) + 1.7rem );
    padding: 0 !important; }
  .aaio-step-vertical:first-of-type .aaio-step-vertical-divider {
    top: 50% !important;
    height: 50% !important; }
  .aaio-step-vertical:last-of-type .aaio-step-vertical-divider {
    height: 50% !important; }

.aaio-step-bullet,
.aaio-step-text {
  background-color: var(--bs-primary-bg-subtle);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.aaio-step-bullet-inner {
  background-color: var(--bs-primary);
  width: 50%;
  height: 50%;
  border-radius: 50%; }

.aaio-step-text {
  width: 5rem;
  height: 5rem; }

.aaio-step-text-inner {
  background-color: var(--bs-white);
  width: 70%;
  height: 70%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.aaio-carousel-button {
  background-color: var(--bs-btn-bg);
  color: var(--bs-btn-border-color);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: var(--bs-border-radius, 3px);
  border: none; }

.h-100-vh {
  min-height: 100vh; }

.wp-site-blocks {
  overflow: unset !important; }

.wp-site-blocks > header.wp-block-template-part {
  position: sticky;
  top: 0px;
  z-index: 15;
  transition: all 0.5s ease-in-out; }

.wp-site-blocks > header.wp-block-template-part .aaio-header-main {
  transition: all 0.5s ease-in-out; }

/* Default Menu */
.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) a,
.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) button {
  text-decoration: none;
  white-space: nowrap; }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) a {
  padding: 0.5rem; }

.dropdown {
  position: static; }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) .dropdown a {
  padding: 0.5rem; }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) .dropdown-menu {
  width: 250px; }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) .dropdown-menu-end > .dropdown-menu {
  top: 100% !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important; }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) .dropdown-menu a,
.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) .dropdown-menu button {
  color: inherit; }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) .dropdown-menu .dropdown-item:first-of-type {
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0; }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) .dropdown-menu .dropdown-item:last-of-type {
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius); }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) li > .dropdown:not(.dropdown-menu-end) > .dropdown-menu {
  display: none;
  top: -1px;
  left: 100%; }

.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) li:hover > .dropdown > .dropdown-menu {
  display: block; }

.aaio-menu-dropdown-top.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) .dropdown-menu-end > .dropdown-menu {
  transform: translate(-50%, -100%) !important; }

.aaio-menu-dropdown-top.aaio-menu-w-dropdown:not(.aaio-menu-top-bar) li > .dropdown:not(.dropdown-menu-end) > .dropdown-menu {
  bottom: -1px;
  top: auto; }

/* Mega Menu */
.aaio-menu-w-mega-menu:not(.aaio-menu-top-bar) a,
.aaio-menu-w-mega-menu:not(.aaio-menu-top-bar) button {
  text-decoration: none;
  white-space: nowrap; }

.aaio-menu-w-mega-menu:not(.aaio-menu-top-bar) a {
  padding: 0.5rem; }

.aaio-menu-w-mega-menu .aaio-mega-menu {
  background-color: var(--aaio-block-bg);
  width: 100%;
  min-height: 500px;
  border: 1px solid var(--aaio-border-color);
  position: absolute;
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
  top: 100% !important;
  left: 50% !important;
  z-index: 15;
  transform: translate(-50%, 0) !important;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: visibility 0s ease-in-out var(--aaio-transition), opacity var(--aaio-transition) ease-in-out; }

.aaio-mega-menu-nav {
  background-color: var(--aaio-block-bg-darker);
  border-right: 1px solid var(--aaio-border-color); }

.aaio-mega-menu-child {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: visibility 0s ease-in-out var(--aaio-transition), opacity var(--aaio-transition) ease-in-out; }

.aaio-menu-w-mega-menu li:hover .aaio-mega-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: visibility 0s ease-in-out, opacity var(--aaio-transition) ease-in-out; }
  .aaio-menu-w-mega-menu li:hover .aaio-mega-menu .aaio-mega-menu-child.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: visibility 0s ease-in-out, opacity var(--aaio-transition) ease-in-out; }

/* Fullscreen Menu */
.aaio-menu-w-fullscreen-menu:not(.aaio-menu-top-bar) a,
.aaio-menu-w-fullscreen-menu:not(.aaio-menu-top-bar) button {
  text-decoration: none;
  white-space: nowrap; }

.aaio-menu-w-fullscreen-menu:not(.aaio-menu-top-bar) a {
  padding: 0.5rem; }

.aaio-menu-w-fullscreen-menu .aaio-fullscreen-menu {
  background-color: var(--aaio-block-bg);
  width: 100%;
  height: 100%;
  border: 1px solid var(--aaio-border-color);
  position: fixed;
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
  top: 0 !important;
  left: 50% !important;
  z-index: 15;
  transform: translate(-50%, 0) !important;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: visibility 0s ease-in-out var(--aaio-transition), opacity var(--aaio-transition) ease-in-out; }

.aaio-fullscreen-menu-nav {
  background-color: var(--aaio-block-bg-darker);
  border-right: 1px solid var(--aaio-border-color); }

.aaio-fullscreen-menu-child {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: visibility 0s ease-in-out var(--aaio-transition), opacity var(--aaio-transition) ease-in-out; }

.aaio-menu-w-fullscreen-menu .aaio-fullscreen-menu.active {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: visibility 0s ease-in-out, opacity var(--aaio-transition) ease-in-out; }
  .aaio-menu-w-fullscreen-menu .aaio-fullscreen-menu.active .aaio-fullscreen-menu-child.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: visibility 0s ease-in-out, opacity var(--aaio-transition) ease-in-out; }

.aaio-sub-menu-open {
  height: 100%;
  overflow: hidden; }

.aaio-accordion-item-link {
  min-height: 38px;
  align-items: center; }

.aaio-menu-top-bar .dropdown a {
  order: 1; }

.aaio-menu-top-bar .dropdown .dropdown button i:before {
  content: "\f284"; }

.aaio-menu-top-bar a,
.aaio-menu-top-bar button {
  text-decoration: none;
  color: var(--bs-light);
  white-space: nowrap; }

.aaio-menu-top-bar a {
  padding: 0 0.5rem; }

.aaio-menu-top-bar .dropdown {
  position: static; }

.aaio-menu-top-bar .dropdown a {
  padding: 0.5rem; }

.aaio-menu-top-bar .dropdown-menu {
  width: 250px; }

.aaio-menu-top-bar .dropdown-menu-end > .dropdown-menu {
  top: -5px !important;
  right: 0% !important;
  transform: translate(0%, 38px) !important; }

.aaio-menu-top-bar .dropdown-menu a,
.aaio-menu-top-bar .dropdown-menu button {
  color: inherit; }

.aaio-menu-top-bar .dropdown-menu .dropdown-item:first-of-type {
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0; }

.aaio-menu-top-bar .dropdown-menu .dropdown-item:last-of-type {
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius); }

.aaio-menu-top-bar li > .dropdown:not(.dropdown-menu-end) > .dropdown-menu {
  display: none;
  top: -1px;
  right: 100%; }

.aaio-menu-top-bar li:hover > .dropdown > .dropdown-menu {
  display: block; }

.aaio-menu-top-bar > ul > li.active {
  border-bottom: 2px solid var(--bs-primary); }

.aaio-mobile-menu a,
.aaio-mobile-menu button {
  padding: 0.5rem 1rem !important;
  display: block;
  text-decoration: none;
  color: var(--bs-dark); }

.aaio-mobile-menu .dropdown-menu {
  position: relative !important;
  transform: translate(0) !important; }

.modal-title,
.offcanvas-title,
.accordion-header {
  margin-bottom: 0 !important; }

@keyframes blobs {
  0% {
    border-radius: 26% 74% 61% 39% / 54% 67% 33% 46%; }
  10% {
    border-radius: 74% 26% 47% 53% / 68% 46% 54% 32%; }
  20% {
    border-radius: 48% 52% 30% 70% / 27% 37% 63% 73%; }
  30% {
    border-radius: 73% 27% 57% 43% / 28% 67% 33% 72%; }
  40% {
    border-radius: 63% 37% 56% 44% / 25% 28% 72% 75%; }
  50% {
    border-radius: 39% 61% 70% 30% / 61% 29% 71% 39%; }
  60% {
    border-radius: 27% 73% 29% 71% / 73% 51% 49% 27%; }
  70% {
    border-radius: 39% 61% 65% 35% / 74% 65% 35% 26%; }
  80% {
    border-radius: 55% 45% 37% 63% / 38% 30% 70% 62%; }
  90% {
    border-radius: 25% 75% 70% 30% / 39% 50% 50% 61%; }
  100% {
    border-radius: 66% 34% 33% 67% / 65% 73% 27% 35%; } }
.aaio-transition-fade-up .aaio-transition {
  opacity: 1;
  transition: all 0.5s ease-in-out; }
.aaio-transition-fade-up .aaio-transition-hidden {
  opacity: 0; }
  .aaio-transition-fade-up .aaio-transition-hidden.aaio-transition-relative {
    top: 20px; }
  .aaio-transition-fade-up .aaio-transition-hidden.aaio-transition-absolute {
    margin-top: 20px; }
.aaio-transition-fade-up .aaio-transition:not(.aaio-transition-hidden) {
  opacity: 1; }
  .aaio-transition-fade-up .aaio-transition:not(.aaio-transition-hidden).aaio-transition-relative {
    top: 0px; }
  .aaio-transition-fade-up .aaio-transition:not(.aaio-transition-hidden).aaio-transition-absolute {
    margin-top: 0px; }

.aaio-transition-fade-left .aaio-transition {
  opacity: 1;
  transition: all 0.5s ease-in-out; }
.aaio-transition-fade-left .aaio-transition-hidden {
  opacity: 0; }
  .aaio-transition-fade-left .aaio-transition-hidden.aaio-transition-relative {
    left: 20px; }
  .aaio-transition-fade-left .aaio-transition-hidden.aaio-transition-absolute {
    margin-left: 20px; }
.aaio-transition-fade-left .aaio-transition:not(.aaio-transition-hidden) {
  opacity: 1; }
  .aaio-transition-fade-left .aaio-transition:not(.aaio-transition-hidden).aaio-transition-relative {
    left: 0px; }
  .aaio-transition-fade-left .aaio-transition:not(.aaio-transition-hidden).aaio-transition-absolute {
    margin-left: 0px; }

.aaio-transition-fade-right .aaio-transition {
  opacity: 1;
  transition: all 0.5s ease-in-out; }
.aaio-transition-fade-right .aaio-transition-hidden {
  opacity: 0; }
  .aaio-transition-fade-right .aaio-transition-hidden.aaio-transition-relative {
    right: 20px; }
  .aaio-transition-fade-right .aaio-transition-hidden.aaio-transition-absolute {
    margin-right: 20px; }
.aaio-transition-fade-right .aaio-transition:not(.aaio-transition-hidden) {
  opacity: 1; }
  .aaio-transition-fade-right .aaio-transition:not(.aaio-transition-hidden).aaio-transition-relative {
    right: 0px; }
  .aaio-transition-fade-right .aaio-transition:not(.aaio-transition-hidden).aaio-transition-absolute {
    margin-right: 0px; }

.aaio-transition-fade-word .aaio-transition {
  opacity: 1;
  transition: all 0.5s ease-in-out; }
  .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span) {
    opacity: 0; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+1) {
      transition: all 0.5s ease-in-out 0.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+2) {
      transition: all 0.5s ease-in-out 0.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+3) {
      transition: all 0.5s ease-in-out 0.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+4) {
      transition: all 0.5s ease-in-out 0.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+5) {
      transition: all 0.5s ease-in-out 0.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+6) {
      transition: all 0.5s ease-in-out 0.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+7) {
      transition: all 0.5s ease-in-out 0.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+8) {
      transition: all 0.5s ease-in-out 0.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+9) {
      transition: all 0.5s ease-in-out 0.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+10) {
      transition: all 0.5s ease-in-out 1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+11) {
      transition: all 0.5s ease-in-out 1.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+12) {
      transition: all 0.5s ease-in-out 1.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+13) {
      transition: all 0.5s ease-in-out 1.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+14) {
      transition: all 0.5s ease-in-out 1.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+15) {
      transition: all 0.5s ease-in-out 1.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+16) {
      transition: all 0.5s ease-in-out 1.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+17) {
      transition: all 0.5s ease-in-out 1.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+18) {
      transition: all 0.5s ease-in-out 1.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+19) {
      transition: all 0.5s ease-in-out 1.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+20) {
      transition: all 0.5s ease-in-out 2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+21) {
      transition: all 0.5s ease-in-out 2.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+22) {
      transition: all 0.5s ease-in-out 2.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+23) {
      transition: all 0.5s ease-in-out 2.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+24) {
      transition: all 0.5s ease-in-out 2.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+25) {
      transition: all 0.5s ease-in-out 2.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+26) {
      transition: all 0.5s ease-in-out 2.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+27) {
      transition: all 0.5s ease-in-out 2.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+28) {
      transition: all 0.5s ease-in-out 2.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+29) {
      transition: all 0.5s ease-in-out 2.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+30) {
      transition: all 0.5s ease-in-out 3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+31) {
      transition: all 0.5s ease-in-out 3.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+32) {
      transition: all 0.5s ease-in-out 3.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+33) {
      transition: all 0.5s ease-in-out 3.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+34) {
      transition: all 0.5s ease-in-out 3.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+35) {
      transition: all 0.5s ease-in-out 3.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+36) {
      transition: all 0.5s ease-in-out 3.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+37) {
      transition: all 0.5s ease-in-out 3.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+38) {
      transition: all 0.5s ease-in-out 3.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+39) {
      transition: all 0.5s ease-in-out 3.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+40) {
      transition: all 0.5s ease-in-out 4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+41) {
      transition: all 0.5s ease-in-out 4.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+42) {
      transition: all 0.5s ease-in-out 4.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+43) {
      transition: all 0.5s ease-in-out 4.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+44) {
      transition: all 0.5s ease-in-out 4.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+45) {
      transition: all 0.5s ease-in-out 4.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+46) {
      transition: all 0.5s ease-in-out 4.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+47) {
      transition: all 0.5s ease-in-out 4.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+48) {
      transition: all 0.5s ease-in-out 4.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+49) {
      transition: all 0.5s ease-in-out 4.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+50) {
      transition: all 0.5s ease-in-out 5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+51) {
      transition: all 0.5s ease-in-out 5.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+52) {
      transition: all 0.5s ease-in-out 5.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+53) {
      transition: all 0.5s ease-in-out 5.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+54) {
      transition: all 0.5s ease-in-out 5.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+55) {
      transition: all 0.5s ease-in-out 5.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+56) {
      transition: all 0.5s ease-in-out 5.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+57) {
      transition: all 0.5s ease-in-out 5.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+58) {
      transition: all 0.5s ease-in-out 5.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+59) {
      transition: all 0.5s ease-in-out 5.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+60) {
      transition: all 0.5s ease-in-out 6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+61) {
      transition: all 0.5s ease-in-out 6.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+62) {
      transition: all 0.5s ease-in-out 6.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+63) {
      transition: all 0.5s ease-in-out 6.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+64) {
      transition: all 0.5s ease-in-out 6.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+65) {
      transition: all 0.5s ease-in-out 6.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+66) {
      transition: all 0.5s ease-in-out 6.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+67) {
      transition: all 0.5s ease-in-out 6.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+68) {
      transition: all 0.5s ease-in-out 6.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+69) {
      transition: all 0.5s ease-in-out 6.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+70) {
      transition: all 0.5s ease-in-out 7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+71) {
      transition: all 0.5s ease-in-out 7.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+72) {
      transition: all 0.5s ease-in-out 7.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+73) {
      transition: all 0.5s ease-in-out 7.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+74) {
      transition: all 0.5s ease-in-out 7.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+75) {
      transition: all 0.5s ease-in-out 7.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+76) {
      transition: all 0.5s ease-in-out 7.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+77) {
      transition: all 0.5s ease-in-out 7.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+78) {
      transition: all 0.5s ease-in-out 7.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+79) {
      transition: all 0.5s ease-in-out 7.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+80) {
      transition: all 0.5s ease-in-out 8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+81) {
      transition: all 0.5s ease-in-out 8.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+82) {
      transition: all 0.5s ease-in-out 8.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+83) {
      transition: all 0.5s ease-in-out 8.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+84) {
      transition: all 0.5s ease-in-out 8.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+85) {
      transition: all 0.5s ease-in-out 8.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+86) {
      transition: all 0.5s ease-in-out 8.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+87) {
      transition: all 0.5s ease-in-out 8.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+88) {
      transition: all 0.5s ease-in-out 8.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+89) {
      transition: all 0.5s ease-in-out 8.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+90) {
      transition: all 0.5s ease-in-out 9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+91) {
      transition: all 0.5s ease-in-out 9.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+92) {
      transition: all 0.5s ease-in-out 9.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+93) {
      transition: all 0.5s ease-in-out 9.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+94) {
      transition: all 0.5s ease-in-out 9.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+95) {
      transition: all 0.5s ease-in-out 9.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+96) {
      transition: all 0.5s ease-in-out 9.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+97) {
      transition: all 0.5s ease-in-out 9.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+98) {
      transition: all 0.5s ease-in-out 9.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+99) {
      transition: all 0.5s ease-in-out 9.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+100) {
      transition: all 0.5s ease-in-out 10s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+101) {
      transition: all 0.5s ease-in-out 10.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+102) {
      transition: all 0.5s ease-in-out 10.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+103) {
      transition: all 0.5s ease-in-out 10.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+104) {
      transition: all 0.5s ease-in-out 10.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+105) {
      transition: all 0.5s ease-in-out 10.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+106) {
      transition: all 0.5s ease-in-out 10.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+107) {
      transition: all 0.5s ease-in-out 10.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+108) {
      transition: all 0.5s ease-in-out 10.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+109) {
      transition: all 0.5s ease-in-out 10.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+110) {
      transition: all 0.5s ease-in-out 11s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+111) {
      transition: all 0.5s ease-in-out 11.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+112) {
      transition: all 0.5s ease-in-out 11.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+113) {
      transition: all 0.5s ease-in-out 11.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+114) {
      transition: all 0.5s ease-in-out 11.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+115) {
      transition: all 0.5s ease-in-out 11.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+116) {
      transition: all 0.5s ease-in-out 11.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+117) {
      transition: all 0.5s ease-in-out 11.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+118) {
      transition: all 0.5s ease-in-out 11.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+119) {
      transition: all 0.5s ease-in-out 11.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+120) {
      transition: all 0.5s ease-in-out 12s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+121) {
      transition: all 0.5s ease-in-out 12.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+122) {
      transition: all 0.5s ease-in-out 12.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+123) {
      transition: all 0.5s ease-in-out 12.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+124) {
      transition: all 0.5s ease-in-out 12.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+125) {
      transition: all 0.5s ease-in-out 12.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+126) {
      transition: all 0.5s ease-in-out 12.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+127) {
      transition: all 0.5s ease-in-out 12.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+128) {
      transition: all 0.5s ease-in-out 12.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+129) {
      transition: all 0.5s ease-in-out 12.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+130) {
      transition: all 0.5s ease-in-out 13s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+131) {
      transition: all 0.5s ease-in-out 13.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+132) {
      transition: all 0.5s ease-in-out 13.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+133) {
      transition: all 0.5s ease-in-out 13.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+134) {
      transition: all 0.5s ease-in-out 13.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+135) {
      transition: all 0.5s ease-in-out 13.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+136) {
      transition: all 0.5s ease-in-out 13.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+137) {
      transition: all 0.5s ease-in-out 13.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+138) {
      transition: all 0.5s ease-in-out 13.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+139) {
      transition: all 0.5s ease-in-out 13.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+140) {
      transition: all 0.5s ease-in-out 14s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+141) {
      transition: all 0.5s ease-in-out 14.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+142) {
      transition: all 0.5s ease-in-out 14.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+143) {
      transition: all 0.5s ease-in-out 14.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+144) {
      transition: all 0.5s ease-in-out 14.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+145) {
      transition: all 0.5s ease-in-out 14.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+146) {
      transition: all 0.5s ease-in-out 14.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+147) {
      transition: all 0.5s ease-in-out 14.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+148) {
      transition: all 0.5s ease-in-out 14.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+149) {
      transition: all 0.5s ease-in-out 14.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+150) {
      transition: all 0.5s ease-in-out 15s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+151) {
      transition: all 0.5s ease-in-out 15.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+152) {
      transition: all 0.5s ease-in-out 15.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+153) {
      transition: all 0.5s ease-in-out 15.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+154) {
      transition: all 0.5s ease-in-out 15.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+155) {
      transition: all 0.5s ease-in-out 15.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+156) {
      transition: all 0.5s ease-in-out 15.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+157) {
      transition: all 0.5s ease-in-out 15.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+158) {
      transition: all 0.5s ease-in-out 15.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+159) {
      transition: all 0.5s ease-in-out 15.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+160) {
      transition: all 0.5s ease-in-out 16s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+161) {
      transition: all 0.5s ease-in-out 16.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+162) {
      transition: all 0.5s ease-in-out 16.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+163) {
      transition: all 0.5s ease-in-out 16.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+164) {
      transition: all 0.5s ease-in-out 16.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+165) {
      transition: all 0.5s ease-in-out 16.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+166) {
      transition: all 0.5s ease-in-out 16.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+167) {
      transition: all 0.5s ease-in-out 16.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+168) {
      transition: all 0.5s ease-in-out 16.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+169) {
      transition: all 0.5s ease-in-out 16.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+170) {
      transition: all 0.5s ease-in-out 17s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+171) {
      transition: all 0.5s ease-in-out 17.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+172) {
      transition: all 0.5s ease-in-out 17.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+173) {
      transition: all 0.5s ease-in-out 17.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+174) {
      transition: all 0.5s ease-in-out 17.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+175) {
      transition: all 0.5s ease-in-out 17.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+176) {
      transition: all 0.5s ease-in-out 17.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+177) {
      transition: all 0.5s ease-in-out 17.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+178) {
      transition: all 0.5s ease-in-out 17.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+179) {
      transition: all 0.5s ease-in-out 17.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+180) {
      transition: all 0.5s ease-in-out 18s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+181) {
      transition: all 0.5s ease-in-out 18.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+182) {
      transition: all 0.5s ease-in-out 18.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+183) {
      transition: all 0.5s ease-in-out 18.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+184) {
      transition: all 0.5s ease-in-out 18.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+185) {
      transition: all 0.5s ease-in-out 18.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+186) {
      transition: all 0.5s ease-in-out 18.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+187) {
      transition: all 0.5s ease-in-out 18.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+188) {
      transition: all 0.5s ease-in-out 18.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+189) {
      transition: all 0.5s ease-in-out 18.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+190) {
      transition: all 0.5s ease-in-out 19s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+191) {
      transition: all 0.5s ease-in-out 19.1s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+192) {
      transition: all 0.5s ease-in-out 19.2s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+193) {
      transition: all 0.5s ease-in-out 19.3s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+194) {
      transition: all 0.5s ease-in-out 19.4s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+195) {
      transition: all 0.5s ease-in-out 19.5s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+196) {
      transition: all 0.5s ease-in-out 19.6s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+197) {
      transition: all 0.5s ease-in-out 19.7s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+198) {
      transition: all 0.5s ease-in-out 19.8s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+199) {
      transition: all 0.5s ease-in-out 19.9s; }
    .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+200) {
      transition: all 0.5s ease-in-out 20s; }
.aaio-transition-fade-word .aaio-transition-hidden {
  opacity: 0; }
  .aaio-transition-fade-word .aaio-transition-hidden:not(.aaio-transition-loaded) span:not(.btn span) {
    opacity: 0; }
.aaio-transition-fade-word .aaio-transition:not(.aaio-transition-hidden) {
  opacity: 1; }
  .aaio-transition-fade-word .aaio-transition:not(.aaio-transition-hidden):not(.aaio-transition-loaded) span:not(.btn span) {
    opacity: 1; }

.aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition {
  opacity: 1;
  transition: all 0.5s ease-in-out; }
  .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span) {
    opacity: 1;
    position: relative; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+1) {
      transition: all 0.5s ease-in-out 0.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+2) {
      transition: all 0.5s ease-in-out 0.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+3) {
      transition: all 0.5s ease-in-out 0.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+4) {
      transition: all 0.5s ease-in-out 0.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+5) {
      transition: all 0.5s ease-in-out 0.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+6) {
      transition: all 0.5s ease-in-out 0.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+7) {
      transition: all 0.5s ease-in-out 0.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+8) {
      transition: all 0.5s ease-in-out 0.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+9) {
      transition: all 0.5s ease-in-out 0.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+10) {
      transition: all 0.5s ease-in-out 1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+11) {
      transition: all 0.5s ease-in-out 1.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+12) {
      transition: all 0.5s ease-in-out 1.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+13) {
      transition: all 0.5s ease-in-out 1.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+14) {
      transition: all 0.5s ease-in-out 1.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+15) {
      transition: all 0.5s ease-in-out 1.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+16) {
      transition: all 0.5s ease-in-out 1.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+17) {
      transition: all 0.5s ease-in-out 1.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+18) {
      transition: all 0.5s ease-in-out 1.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+19) {
      transition: all 0.5s ease-in-out 1.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+20) {
      transition: all 0.5s ease-in-out 2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+21) {
      transition: all 0.5s ease-in-out 2.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+22) {
      transition: all 0.5s ease-in-out 2.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+23) {
      transition: all 0.5s ease-in-out 2.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+24) {
      transition: all 0.5s ease-in-out 2.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+25) {
      transition: all 0.5s ease-in-out 2.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+26) {
      transition: all 0.5s ease-in-out 2.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+27) {
      transition: all 0.5s ease-in-out 2.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+28) {
      transition: all 0.5s ease-in-out 2.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+29) {
      transition: all 0.5s ease-in-out 2.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+30) {
      transition: all 0.5s ease-in-out 3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+31) {
      transition: all 0.5s ease-in-out 3.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+32) {
      transition: all 0.5s ease-in-out 3.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+33) {
      transition: all 0.5s ease-in-out 3.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+34) {
      transition: all 0.5s ease-in-out 3.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+35) {
      transition: all 0.5s ease-in-out 3.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+36) {
      transition: all 0.5s ease-in-out 3.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+37) {
      transition: all 0.5s ease-in-out 3.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+38) {
      transition: all 0.5s ease-in-out 3.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+39) {
      transition: all 0.5s ease-in-out 3.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+40) {
      transition: all 0.5s ease-in-out 4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+41) {
      transition: all 0.5s ease-in-out 4.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+42) {
      transition: all 0.5s ease-in-out 4.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+43) {
      transition: all 0.5s ease-in-out 4.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+44) {
      transition: all 0.5s ease-in-out 4.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+45) {
      transition: all 0.5s ease-in-out 4.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+46) {
      transition: all 0.5s ease-in-out 4.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+47) {
      transition: all 0.5s ease-in-out 4.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+48) {
      transition: all 0.5s ease-in-out 4.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+49) {
      transition: all 0.5s ease-in-out 4.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+50) {
      transition: all 0.5s ease-in-out 5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+51) {
      transition: all 0.5s ease-in-out 5.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+52) {
      transition: all 0.5s ease-in-out 5.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+53) {
      transition: all 0.5s ease-in-out 5.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+54) {
      transition: all 0.5s ease-in-out 5.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+55) {
      transition: all 0.5s ease-in-out 5.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+56) {
      transition: all 0.5s ease-in-out 5.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+57) {
      transition: all 0.5s ease-in-out 5.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+58) {
      transition: all 0.5s ease-in-out 5.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+59) {
      transition: all 0.5s ease-in-out 5.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+60) {
      transition: all 0.5s ease-in-out 6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+61) {
      transition: all 0.5s ease-in-out 6.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+62) {
      transition: all 0.5s ease-in-out 6.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+63) {
      transition: all 0.5s ease-in-out 6.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+64) {
      transition: all 0.5s ease-in-out 6.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+65) {
      transition: all 0.5s ease-in-out 6.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+66) {
      transition: all 0.5s ease-in-out 6.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+67) {
      transition: all 0.5s ease-in-out 6.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+68) {
      transition: all 0.5s ease-in-out 6.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+69) {
      transition: all 0.5s ease-in-out 6.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+70) {
      transition: all 0.5s ease-in-out 7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+71) {
      transition: all 0.5s ease-in-out 7.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+72) {
      transition: all 0.5s ease-in-out 7.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+73) {
      transition: all 0.5s ease-in-out 7.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+74) {
      transition: all 0.5s ease-in-out 7.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+75) {
      transition: all 0.5s ease-in-out 7.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+76) {
      transition: all 0.5s ease-in-out 7.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+77) {
      transition: all 0.5s ease-in-out 7.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+78) {
      transition: all 0.5s ease-in-out 7.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+79) {
      transition: all 0.5s ease-in-out 7.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+80) {
      transition: all 0.5s ease-in-out 8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+81) {
      transition: all 0.5s ease-in-out 8.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+82) {
      transition: all 0.5s ease-in-out 8.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+83) {
      transition: all 0.5s ease-in-out 8.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+84) {
      transition: all 0.5s ease-in-out 8.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+85) {
      transition: all 0.5s ease-in-out 8.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+86) {
      transition: all 0.5s ease-in-out 8.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+87) {
      transition: all 0.5s ease-in-out 8.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+88) {
      transition: all 0.5s ease-in-out 8.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+89) {
      transition: all 0.5s ease-in-out 8.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+90) {
      transition: all 0.5s ease-in-out 9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+91) {
      transition: all 0.5s ease-in-out 9.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+92) {
      transition: all 0.5s ease-in-out 9.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+93) {
      transition: all 0.5s ease-in-out 9.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+94) {
      transition: all 0.5s ease-in-out 9.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+95) {
      transition: all 0.5s ease-in-out 9.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+96) {
      transition: all 0.5s ease-in-out 9.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+97) {
      transition: all 0.5s ease-in-out 9.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+98) {
      transition: all 0.5s ease-in-out 9.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+99) {
      transition: all 0.5s ease-in-out 9.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+100) {
      transition: all 0.5s ease-in-out 10s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+101) {
      transition: all 0.5s ease-in-out 10.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+102) {
      transition: all 0.5s ease-in-out 10.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+103) {
      transition: all 0.5s ease-in-out 10.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+104) {
      transition: all 0.5s ease-in-out 10.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+105) {
      transition: all 0.5s ease-in-out 10.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+106) {
      transition: all 0.5s ease-in-out 10.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+107) {
      transition: all 0.5s ease-in-out 10.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+108) {
      transition: all 0.5s ease-in-out 10.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+109) {
      transition: all 0.5s ease-in-out 10.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+110) {
      transition: all 0.5s ease-in-out 11s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+111) {
      transition: all 0.5s ease-in-out 11.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+112) {
      transition: all 0.5s ease-in-out 11.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+113) {
      transition: all 0.5s ease-in-out 11.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+114) {
      transition: all 0.5s ease-in-out 11.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+115) {
      transition: all 0.5s ease-in-out 11.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+116) {
      transition: all 0.5s ease-in-out 11.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+117) {
      transition: all 0.5s ease-in-out 11.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+118) {
      transition: all 0.5s ease-in-out 11.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+119) {
      transition: all 0.5s ease-in-out 11.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+120) {
      transition: all 0.5s ease-in-out 12s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+121) {
      transition: all 0.5s ease-in-out 12.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+122) {
      transition: all 0.5s ease-in-out 12.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+123) {
      transition: all 0.5s ease-in-out 12.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+124) {
      transition: all 0.5s ease-in-out 12.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+125) {
      transition: all 0.5s ease-in-out 12.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+126) {
      transition: all 0.5s ease-in-out 12.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+127) {
      transition: all 0.5s ease-in-out 12.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+128) {
      transition: all 0.5s ease-in-out 12.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+129) {
      transition: all 0.5s ease-in-out 12.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+130) {
      transition: all 0.5s ease-in-out 13s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+131) {
      transition: all 0.5s ease-in-out 13.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+132) {
      transition: all 0.5s ease-in-out 13.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+133) {
      transition: all 0.5s ease-in-out 13.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+134) {
      transition: all 0.5s ease-in-out 13.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+135) {
      transition: all 0.5s ease-in-out 13.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+136) {
      transition: all 0.5s ease-in-out 13.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+137) {
      transition: all 0.5s ease-in-out 13.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+138) {
      transition: all 0.5s ease-in-out 13.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+139) {
      transition: all 0.5s ease-in-out 13.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+140) {
      transition: all 0.5s ease-in-out 14s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+141) {
      transition: all 0.5s ease-in-out 14.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+142) {
      transition: all 0.5s ease-in-out 14.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+143) {
      transition: all 0.5s ease-in-out 14.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+144) {
      transition: all 0.5s ease-in-out 14.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+145) {
      transition: all 0.5s ease-in-out 14.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+146) {
      transition: all 0.5s ease-in-out 14.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+147) {
      transition: all 0.5s ease-in-out 14.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+148) {
      transition: all 0.5s ease-in-out 14.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+149) {
      transition: all 0.5s ease-in-out 14.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+150) {
      transition: all 0.5s ease-in-out 15s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+151) {
      transition: all 0.5s ease-in-out 15.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+152) {
      transition: all 0.5s ease-in-out 15.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+153) {
      transition: all 0.5s ease-in-out 15.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+154) {
      transition: all 0.5s ease-in-out 15.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+155) {
      transition: all 0.5s ease-in-out 15.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+156) {
      transition: all 0.5s ease-in-out 15.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+157) {
      transition: all 0.5s ease-in-out 15.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+158) {
      transition: all 0.5s ease-in-out 15.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+159) {
      transition: all 0.5s ease-in-out 15.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+160) {
      transition: all 0.5s ease-in-out 16s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+161) {
      transition: all 0.5s ease-in-out 16.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+162) {
      transition: all 0.5s ease-in-out 16.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+163) {
      transition: all 0.5s ease-in-out 16.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+164) {
      transition: all 0.5s ease-in-out 16.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+165) {
      transition: all 0.5s ease-in-out 16.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+166) {
      transition: all 0.5s ease-in-out 16.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+167) {
      transition: all 0.5s ease-in-out 16.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+168) {
      transition: all 0.5s ease-in-out 16.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+169) {
      transition: all 0.5s ease-in-out 16.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+170) {
      transition: all 0.5s ease-in-out 17s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+171) {
      transition: all 0.5s ease-in-out 17.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+172) {
      transition: all 0.5s ease-in-out 17.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+173) {
      transition: all 0.5s ease-in-out 17.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+174) {
      transition: all 0.5s ease-in-out 17.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+175) {
      transition: all 0.5s ease-in-out 17.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+176) {
      transition: all 0.5s ease-in-out 17.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+177) {
      transition: all 0.5s ease-in-out 17.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+178) {
      transition: all 0.5s ease-in-out 17.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+179) {
      transition: all 0.5s ease-in-out 17.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+180) {
      transition: all 0.5s ease-in-out 18s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+181) {
      transition: all 0.5s ease-in-out 18.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+182) {
      transition: all 0.5s ease-in-out 18.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+183) {
      transition: all 0.5s ease-in-out 18.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+184) {
      transition: all 0.5s ease-in-out 18.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+185) {
      transition: all 0.5s ease-in-out 18.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+186) {
      transition: all 0.5s ease-in-out 18.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+187) {
      transition: all 0.5s ease-in-out 18.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+188) {
      transition: all 0.5s ease-in-out 18.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+189) {
      transition: all 0.5s ease-in-out 18.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+190) {
      transition: all 0.5s ease-in-out 19s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+191) {
      transition: all 0.5s ease-in-out 19.1s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+192) {
      transition: all 0.5s ease-in-out 19.2s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+193) {
      transition: all 0.5s ease-in-out 19.3s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+194) {
      transition: all 0.5s ease-in-out 19.4s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+195) {
      transition: all 0.5s ease-in-out 19.5s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+196) {
      transition: all 0.5s ease-in-out 19.6s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+197) {
      transition: all 0.5s ease-in-out 19.7s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+198) {
      transition: all 0.5s ease-in-out 19.8s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+199) {
      transition: all 0.5s ease-in-out 19.9s; }
    .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-loaded) span:not(.btn span):nth-of-type(1n+200) {
      transition: all 0.5s ease-in-out 20s; }
.aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition-hidden {
  opacity: 0; }
  .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition-hidden.aaio-transition-relative {
    top: 20px; }
  .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition-hidden.aaio-transition-absolute {
    margin-top: 20px; }
  .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition-hidden:not(.aaio-transition-loaded) span:not(.btn span) {
    opacity: 0;
    top: 10px; }
.aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-hidden) {
  opacity: 1; }
  .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-hidden).aaio-transition-relative {
    top: 0px; }
  .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-hidden).aaio-transition-absolute {
    margin-top: 0px; }
  .aaio-transition-fade-word-up:not(.aaio-transitions-loaded) .aaio-transition:not(.aaio-transition-hidden):not(.aaio-transition-loaded) span:not(.btn span) {
    top: 0;
    opacity: 1; }

@keyframes icon_right {
  0% {
    left: 50%; }
  50% {
    left: 140%; }
  51% {
    left: 0%; }
  100% {
    left: 50%; } }
@keyframes icon_right_bounce {
  0% {
    left: 50%; }
  50% {
    left: 60%; }
  100% {
    left: 50%; } }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn),
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn).btn-other:before,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn).btn-other:before {
    top: 0;
    opacity: 0; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span {
    position: relative; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    overflow: visible !important; }
    body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before,
    body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before {
    opacity: 0;
    top: 0 !important; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover.btn-other:before,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover.btn-other:before {
    top: 0;
    opacity: 1; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover i:before,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover i:before {
    animation: icon_right_bounce 1s ease infinite; }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link:before {
  opacity: 0 !important;
  height: 100% !important;
  width: 100% !important;
  top: auto !important;
  bottom: 0;
  left: 0% !important; }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  filter: blur(0px);
  transition: all 0.5s ease-in-out; }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link:hover:before {
  opacity: 1 !important; }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link:hover .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  filter: blur(2px); }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link-overlay .aaio-has-link-transition {
  opacity: 0.75 !important;
  transition: all 0.5s ease-in-out; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link-overlay .aaio-has-link-transition:before {
    height: 100% !important;
    width: 100% !important;
    top: auto !important;
    bottom: 0;
    left: 0% !important; }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link-overlay .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  filter: blur(0px);
  transition: all 0.5s ease-in-out; }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link-overlay:hover .aaio-has-link-transition {
  opacity: 0.5 !important; }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .aaio-has-link-overlay:hover .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  filter: blur(2px); }
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn),
body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span {
    position: relative; }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    position: relative; }
    body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before,
    body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before,
  body:not(.aaio-hover-swipe-left, .aaio-hover-swipe-up) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before {
    top: -100%; }

.aaio-hover-swipe-left .aaio-has-link:before {
  opacity: 1 !important;
  height: 100% !important;
  width: 0 !important;
  top: auto !important;
  bottom: 0;
  left: 0% !important; }
.aaio-hover-swipe-left .aaio-has-link .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 0.5s ease-in-out; }
.aaio-hover-swipe-left .aaio-has-link:hover:before {
  width: 100% !important; }
.aaio-hover-swipe-left .aaio-has-link:hover .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2); }
.aaio-hover-swipe-left .aaio-has-link-overlay .aaio-has-link-transition:before {
  opacity: 1 !important;
  height: 100% !important;
  width: 0 !important;
  top: auto !important;
  bottom: 0;
  left: 0% !important; }
.aaio-hover-swipe-left .aaio-has-link-overlay .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 0.5s ease-in-out; }
.aaio-hover-swipe-left .aaio-has-link-overlay:hover .aaio-has-link-transition:before {
  width: 100% !important; }
.aaio-hover-swipe-left .aaio-has-link-overlay:hover .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2); }
.aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn),
.aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden; }
  .aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before,
  .aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out; }
  .aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn).btn-other:before,
  .aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn).btn-other:before {
    left: -100% !important; }
  .aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span,
  .aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span {
    position: relative; }
  .aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i,
  .aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    position: relative; }
    .aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before,
    .aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before,
  .aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before {
    top: 0%;
    left: 100%; }
  .aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover.btn-other:before,
  .aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover.btn-other:before {
    left: 0% !important; }
  .aaio-hover-swipe-left .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover i:before,
  .aaio-hover-swipe-left .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover i:before {
    animation: icon_right 1s ease infinite; }

.aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn),
.aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn).btn-other:before,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn).btn-other:before {
    top: 100% !important; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span {
    position: relative; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    position: relative; }
    .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before,
    .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before {
    top: -100%; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover.btn-other:before,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover.btn-other:before {
    top: 0% !important; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover i:before,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover i:before {
    animation: icon_right 1s ease infinite; }
.aaio-hover-swipe-up .aaio-has-link:before {
  opacity: 1 !important;
  height: 0% !important;
  width: 100% !important;
  top: auto !important;
  bottom: 0;
  left: 0% !important; }
.aaio-hover-swipe-up .aaio-has-link .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 0.5s ease-in-out; }
.aaio-hover-swipe-up .aaio-has-link:hover:before {
  height: 100% !important; }
.aaio-hover-swipe-up .aaio-has-link:hover .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2); }
.aaio-hover-swipe-up .aaio-has-link-overlay .aaio-has-link-transition:before {
  opacity: 1 !important;
  height: 0% !important;
  width: 100% !important;
  top: auto !important;
  bottom: 0;
  left: 0% !important; }
.aaio-hover-swipe-up .aaio-has-link-overlay .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 0.5s ease-in-out; }
.aaio-hover-swipe-up .aaio-has-link-overlay:hover .aaio-has-link-transition:before {
  height: 100% !important; }
.aaio-hover-swipe-up .aaio-has-link-overlay:hover .aaio-media-item {
  transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2); }
.aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn),
.aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) span {
    position: relative; }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    position: relative; }
    .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before,
    .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .aaio-hover-swipe-up .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before,
  .aaio-hover-swipe-up .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn):hover:before {
    top: -100%; }

.card.aaio-has-link .h1, .card.aaio-has-link .h2, .card.aaio-has-link .h3, .card.aaio-has-link .h4, .card.aaio-has-link .h5, .card.aaio-has-link .h6,
.card.aaio-has-link-overlay .h1,
.card.aaio-has-link-overlay .h2,
.card.aaio-has-link-overlay .h3,
.card.aaio-has-link-overlay .h4,
.card.aaio-has-link-overlay .h5,
.card.aaio-has-link-overlay .h6 {
  color: var(--bs-card-color, inherit) !important; }
.card.aaio-has-link:hover h1, .card.aaio-has-link:hover .h2, .card.aaio-has-link:hover .h3, .card.aaio-has-link:hover .h4, .card.aaio-has-link:hover .h5, .card.aaio-has-link:hover .h6,
.card.aaio-has-link:hover .btn-link,
.card.aaio-has-link-overlay:hover h1,
.card.aaio-has-link-overlay:hover .h2,
.card.aaio-has-link-overlay:hover .h3,
.card.aaio-has-link-overlay:hover .h4,
.card.aaio-has-link-overlay:hover .h5,
.card.aaio-has-link-overlay:hover .h6,
.card.aaio-has-link-overlay:hover .btn-link {
  color: var(--bs-card-color-hover) !important; }
.card.aaio-has-link:hover .btn,
.card.aaio-has-link-overlay:hover .btn {
  --aaio-primary-alt: var(--bs-card-color-hover);
  color: var(--aaio-link-overlay-bg) !important;
  border-color: var(--aaio-link-overlay-bg) !important; }
  .card.aaio-has-link:hover .btn:before,
  .card.aaio-has-link-overlay:hover .btn:before {
    background-color: var(--bs-card-color-hover) !important; }

.aaio-shape {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 10; }
  .aaio-shape span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    transition: all 0.5s ease-in-out; }
    .aaio-shape span:after {
      content: '';
      background-size: 400% 400%;
      width: 100%;
      height: 100%;
      display: block;
      opacity: 1; }
  .aaio-shape:nth-of-type(1) {
    z-index: 1; }
    .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-primary-lighter);
      -webkit-mask-image: var(--aaio-mask-shape_1);
      mask-image: var(--aaio-mask-shape_1);
      opacity: 0.1; }
  .aaio-shape:nth-of-type(2) {
    z-index: 2; }
    .aaio-shape:nth-of-type(2) span {
      background-color: var(--aaio-primary-darker);
      -webkit-mask-image: var(--aaio-mask-shape_2);
      mask-image: var(--aaio-mask-shape_2); }
      .aaio-shape:nth-of-type(2) span:after {
        opacity: 0; }
  .aaio-shape:nth-of-type(3) {
    z-index: 2; }
    .aaio-shape:nth-of-type(3) span {
      background-color: var(--aaio-secondary-darker);
      -webkit-mask-image: var(--aaio-mask-shape_3);
      mask-image: var(--aaio-mask-shape_3); }
      .aaio-shape:nth-of-type(3) span:after {
        opacity: 0; }

.aaio-pattern {
  position: absolute;
  z-index: 2; }
  .aaio-pattern span {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: var(--aaio-mask-pattern);
    mask-image: var(--aaio-mask-pattern);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    opacity: 0.4;
    transform: rotate(358deg); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

.aaio-parallax-1 .aaio-pattern {
  width: 600px;
  height: 120px;
  top: -52px; }
.aaio-parallax-1 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(1) {
    width: 600px;
    height: 600px;
    top: 32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(2) {
    width: 75px;
    height: 75px;
    top: -32px; }
  .aaio-parallax-1 .aaio-shape:nth-of-type(3) {
    width: 35px;
    height: 35px;
    top: -12px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: calc( 50% - 650px );
  display: block; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% - 37px ); }
.aaio-parallax-1 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: calc( 50% - 750px );
  display: none; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: 20px; }
.aaio-parallax-1 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% - 17px ); }

.aaio-parallax-2 .aaio-pattern {
  width: 600px;
  height: 300px;
  top: -52px;
  overflow: hidden;
  animation: blobs 15s ease-in-out infinite alternate; }
.aaio-parallax-2 .aaio-shape {
  width: 100px;
  height: 100px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(1) {
    width: 700px;
    height: 700px;
    bottom: 0px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(2) {
    width: 125px;
    height: 125px;
    top: -32px; }
  .aaio-parallax-2 .aaio-shape:nth-of-type(3) {
    width: 75px;
    height: 75px;
    top: -12px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern {
  right: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) {
  right: 0;
  display: block; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) {
  right: calc( 50% + 60px ); }
.aaio-parallax-2 .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) {
  right: -20px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern {
  left: -300px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) {
  left: 0;
  display: none; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) {
  left: -40px; }
.aaio-parallax-2 .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) {
  left: calc( 50% + 37px ); }

[data-type="aaio/logos"] .aaio-shape:nth-of-type(1),
[data-type="aaio/cta"] .aaio-shape:nth-of-type(1) {
  display: none !important; }

body:not(.wp-admin),
.editor-styles-wrapper {
  --aaio-border-radius: 3px;
  --aaio-min-height: 65vh;
  --aaio-min-height-sm: 40vh;
  --aaio-block_padding: 100px;
  --aaio-body-bg: var( --aaio-light );
  --aaio-text-margin: 1.5rem;
  --aaio-lead-szie: 1.15rem;
  --aaio-spacer: 75px;
  --aaio-accordion-icon: "\f282";
  --aaio-transition: 0.5s;
  --bs-border-radius: var( --aaio-border-radius );
  --aaio-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzOS40IDQ5OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzkuNCA0OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHk9IjAuNyIgd2lkdGg9IjM5LjQiIGhlaWdodD0iNDk4LjMiLz4NCjwvc3ZnPg0K");
  --aaio-mask-pattern: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABGdBTUEAALGPC/xhBQAAALNJREFUeAHt1kEKgCAQBVDrMNG++x+hvXSZohP8RVpCT3D1QcbniJZiECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAr8RWJftvOdIG55HKmbEWgCFUwEEKAiEWAcBCgIhnkLePH76jNdjf7VmV6x5C3Rc0EexI26vpV2xIAsIUBAIsQ4CFATEBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwKcCF4PwChwDPg60AAAAAElFTkSuQmCC");
  --aaio-mask-shape_1: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1OCA1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTggNTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggaWQ9InBhdGgtMV8wMDAwMDAzNzY4NjE2MzQzMTc0OTM0NTU1MDAwMDAwMzM0NDgyOTc1Njc2NzExMDI3M18iIGNsYXNzPSJzdDAiIGQ9Ik0xMi41LDI5YzAtOS4xLDcuNC0xNi41LDE2LjUtMTYuNQ0KCQlTNDUuNSwxOS45LDQ1LjUsMjloMTFDNTYuNiwxMy44LDQ0LjIsMS40LDI5LDEuNEMxMy44LDEuNCwxLjQsMTMuOCwxLjQsMjljMCwxNS4yLDEyLjMsMjcuNiwyNy42LDI3LjZ2LTExDQoJCUMxOS45LDQ1LjUsMTIuNSwzOC4xLDEyLjUsMjkiLz4NCjwvZz4NCjwvc3ZnPg0K");
  --aaio-mask-shape_2: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPg0KPC9zdmc+DQo=");
  --aaio-mask-shape_3: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNNDYuNSw5Ni41TDMuNSw1My41Yy0yLTItMi01LjEsMC03LjFMNDYuNSwzLjVjMi0yLDUuMS0yLDcuMSwwbDQyLjksNDIuOWMyLDIsMiw1LjEsMCw3LjFMNTMuNSw5Ni41DQoJQzUxLjYsOTguNCw0OC40LDk4LjQsNDYuNSw5Ni41eiIvPg0KPC9zdmc+DQo=");
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color );
  background-color: var(--aaio-body-bg);
  width: 100%;
  overflow-x: hidden;
  /**
   * -----------------------------------------------------------------------
   * Offcanvas
   * -----------------------------------------------------------------------
   */
  /**
   * -----------------------------------------------------------------------
   * Modal
   * -----------------------------------------------------------------------
   */ }
  body:not(.wp-admin).block-editor-iframe__body .feedback-btn,
  .editor-styles-wrapper.block-editor-iframe__body .feedback-btn {
    display: none; }
  body:not(.wp-admin) .wp-block-group,
  .editor-styles-wrapper .wp-block-group {
    overflow: hidden; }
  @media only screen and (min-width: 992px) {
    body:not(.wp-admin) .wp-block-group,
    .editor-styles-wrapper .wp-block-group {
      overflow: unset !important; }
    body:not(.wp-admin) .aaio-container-lg .container,
    .editor-styles-wrapper .aaio-container-lg .container {
      max-width: 90% !important; }
    body:not(.wp-admin) .aaio-container-fixed .container,
    .editor-styles-wrapper .aaio-container-fixed .container {
      max-width: 1320px !important; }
    body:not(.wp-admin) .aaio-container-fluid .container,
    .editor-styles-wrapper .aaio-container-fluid .container {
      max-width: 100% !important; } }
  body:not(.wp-admin) mark, body:not(.wp-admin) .mark,
  .editor-styles-wrapper mark,
  .editor-styles-wrapper .mark {
    padding: 0; }
  body:not(.wp-admin) .aaio-mobile-menu-btn,
  .editor-styles-wrapper .aaio-mobile-menu-btn {
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px; }
    body:not(.wp-admin) .aaio-mobile-menu-btn i,
    .editor-styles-wrapper .aaio-mobile-menu-btn i {
      height: 35px;
      font-size: 35px;
      line-height: normal; }
  body:not(.wp-admin) .aaio-search-bar,
  .editor-styles-wrapper .aaio-search-bar {
    background-color: var(--aaio-block-bg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease-in-out var(--aaio-transition), opacity var(--aaio-transition) ease-in-out; }
    body:not(.wp-admin) .aaio-search-bar .form-control,
    .editor-styles-wrapper .aaio-search-bar .form-control {
      background-color: var(--aaio-block-bg);
      border-color: var(--aaio-border-color);
      color: var(--aaio-text); }
      body:not(.wp-admin) .aaio-search-bar .form-control::placeholder,
      .editor-styles-wrapper .aaio-search-bar .form-control::placeholder {
        color: var(--aaio-border-color);
        opacity: 1; }
      body:not(.wp-admin) .aaio-search-bar .form-control::-ms-input-placeholder,
      .editor-styles-wrapper .aaio-search-bar .form-control::-ms-input-placeholder {
        color: var(--aaio-border-color); }
  body:not(.wp-admin).is-search-open .aaio-search-bar,
  .editor-styles-wrapper.is-search-open .aaio-search-bar {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease-in-out, opacity var(--aaio-transition) ease-in-out; }
  body:not(.wp-admin) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn),
  .editor-styles-wrapper .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn),
  .editor-styles-wrapper .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) {
    position: relative;
    display: inline-flex;
    align-items: center; }
    body:not(.wp-admin) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i,
    body:not(.wp-admin) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i,
    .editor-styles-wrapper .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i,
    .editor-styles-wrapper .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i {
      width: 24px;
      height: 24px;
      overflow: hidden;
      display: inline-block;
      position: relative; }
      body:not(.wp-admin) .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before,
      body:not(.wp-admin) .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before,
      .editor-styles-wrapper .btn:not(.aaio-transition-hidden, .pe-none, .aaio-discover-more .btn, .aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before,
      .editor-styles-wrapper .btn-link:not(.aaio-menu .btn, .aaio-mobile-menu .btn, .aaio-mobile-menu-btn) i:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  body:not(.wp-admin) .btn-close,
  .editor-styles-wrapper .btn-close {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    body:not(.wp-admin) .btn-close:before,
    .editor-styles-wrapper .btn-close:before {
      content: "\f659";
      display: inline-block;
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  body:not(.wp-admin) .aaio-social-btns .btn,
  .editor-styles-wrapper .aaio-social-btns .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center; }
  body:not(.wp-admin) .btn,
  body:not(.wp-admin) .form-control,
  body:not(.wp-admin) .form-control-lg,
  body:not(.wp-admin) .nav-pills .nav-link,
  .editor-styles-wrapper .btn,
  .editor-styles-wrapper .form-control,
  .editor-styles-wrapper .form-control-lg,
  .editor-styles-wrapper .nav-pills .nav-link {
    border-radius: var(--aaio-border-radius) !important; }
  body:not(.wp-admin) h1, body:not(.wp-admin) .h1, body:not(.wp-admin) h2, body:not(.wp-admin) .h2, body:not(.wp-admin) h3, body:not(.wp-admin) .h3, body:not(.wp-admin) h4, body:not(.wp-admin) .h4, body:not(.wp-admin) h5, body:not(.wp-admin) .h5, body:not(.wp-admin) h6, body:not(.wp-admin) .h6, body:not(.wp-admin) p,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .h1,
  .editor-styles-wrapper h2,
  .editor-styles-wrapper .h2,
  .editor-styles-wrapper h3,
  .editor-styles-wrapper .h3,
  .editor-styles-wrapper h4,
  .editor-styles-wrapper .h4,
  .editor-styles-wrapper h5,
  .editor-styles-wrapper .h5,
  .editor-styles-wrapper h6,
  .editor-styles-wrapper .h6,
  .editor-styles-wrapper p {
    margin-bottom: var(--aaio-text-margin); }
  body:not(.wp-admin) .lead,
  .editor-styles-wrapper .lead {
    font-weight: unset; }
    @media only screen and (max-width: 850px) {
      body:not(.wp-admin) .lead,
      .editor-styles-wrapper .lead {
        font-size: var(--aaio-lead-szie); } }
  @media only screen and (max-width: 850px) {
    body:not(.wp-admin) .aaio-after-title,
    .editor-styles-wrapper .aaio-after-title {
      opacity: 1; } }
  body:not(.wp-admin) .aaio-with-mask,
  body:not(.wp-admin) .aaio-with-mask-rel,
  body:not(.wp-admin) .aaio-overlay-img,
  .editor-styles-wrapper .aaio-with-mask,
  .editor-styles-wrapper .aaio-with-mask-rel,
  .editor-styles-wrapper .aaio-overlay-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mask-position: top right;
    -webkit-mask-position: top right;
    -webkit-mask-size: 2000px;
    mask-size: 2000px;
    -webkit-mask-image: var(--aaio-mask-image);
    mask-image: var(--aaio-mask-image); }
  body:not(.wp-admin) .aaio-with-mask-rel,
  .editor-styles-wrapper .aaio-with-mask-rel {
    position: unset; }
  body:not(.wp-admin) .aaio-overlay-img,
  .editor-styles-wrapper .aaio-overlay-img {
    z-index: 1; }
  body:not(.wp-admin) .aaio-alignment-right .aaio-with-mask, body:not(.wp-admin) .aaio-alignment-right:before,
  body:not(.wp-admin) .aaio-alignment-right .aaio-block-container:after,
  .editor-styles-wrapper .aaio-alignment-right .aaio-with-mask,
  .editor-styles-wrapper .aaio-alignment-right:before,
  .editor-styles-wrapper .aaio-alignment-right .aaio-block-container:after {
    -webkit-mask-position: top left !important;
    mask-position: top left !important; }
  body:not(.wp-admin) .aaio-alignment-left .aaio-with-mask, body:not(.wp-admin) .aaio-alignment-left:before,
  body:not(.wp-admin) .aaio-alignment-left .aaio-block-container:after,
  .editor-styles-wrapper .aaio-alignment-left .aaio-with-mask,
  .editor-styles-wrapper .aaio-alignment-left:before,
  .editor-styles-wrapper .aaio-alignment-left .aaio-block-container:after {
    -webkit-mask-position: top right !important;
    mask-position: top right !important; }
  body:not(.wp-admin) .aaio-swiper-pagination,
  .editor-styles-wrapper .aaio-swiper-pagination {
    bottom: var(--aaio-spacer) !important; }
  body:not(.wp-admin) .aaio-hero-spacer,
  .editor-styles-wrapper .aaio-hero-spacer {
    height: var(--aaio-spacer); }
  body:not(.wp-admin) .aaio-block,
  .editor-styles-wrapper .aaio-block {
    position: relative;
    z-index: 1; }
    body:not(.wp-admin) .aaio-block .aaio-block-container > .container, body:not(.wp-admin) .aaio-block .aaio-block-container > .container-fluid,
    .editor-styles-wrapper .aaio-block .aaio-block-container > .container,
    .editor-styles-wrapper .aaio-block .aaio-block-container > .container-fluid {
      position: relative;
      z-index: 5; }
  body:not(.wp-admin) .modal-open .aaio-block, body:not(.wp-admin).modal-open .aaio-block,
  .editor-styles-wrapper .modal-open .aaio-block,
  .editor-styles-wrapper.modal-open .aaio-block {
    z-index: unset; }
  body:not(.wp-admin) .aaio-without-after-mask .aaio-block-container:after,
  .editor-styles-wrapper .aaio-without-after-mask .aaio-block-container:after {
    display: none; }
  body:not(.wp-admin) .aaio-include-min-height:not(.aaio-exclude-min-height .aaio-include-min-height),
  .editor-styles-wrapper .aaio-include-min-height:not(.aaio-exclude-min-height .aaio-include-min-height) {
    min-height: var(--aaio-min-height);
    align-items: center; }
  body:not(.wp-admin) .aaio-include-min-height-sm:not(.aaio-exclude-min-height .aaio-include-min-height-sm),
  .editor-styles-wrapper .aaio-include-min-height-sm:not(.aaio-exclude-min-height .aaio-include-min-height-sm) {
    min-height: var(--aaio-min-height-sm);
    align-items: center; }
  body:not(.wp-admin):not(.editor-styles-wrapper) .wp-block-post-content > .wp-block:not(.wp-block-post-content > .wp-block:nth-of-type(1)):nth-of-type(1n) .aaio-block:before,
  body:not(.wp-admin):not(.editor-styles-wrapper) .wp-block-post-content > .wp-block:not(.wp-block-post-content > .wp-block:nth-of-type(1)):nth-of-type(1n) .aaio-block .aaio-block-container:after,
  body:not(.wp-admin):not(.editor-styles-wrapper) .wp-block-group > .wp-block:not(.wp-block-post-content > .wp-block:nth-of-type(1)):nth-of-type(1n) .aaio-block:before,
  body:not(.wp-admin):not(.editor-styles-wrapper) .wp-block-group > .wp-block:not(.wp-block-post-content > .wp-block:nth-of-type(1)):nth-of-type(1n) .aaio-block .aaio-block-container:after,
  .editor-styles-wrapper:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block:not(.wp-block-post-content > .wp-block:nth-of-type(1)):nth-of-type(1n) .aaio-block:before,
  .editor-styles-wrapper:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block:not(.wp-block-post-content > .wp-block:nth-of-type(1)):nth-of-type(1n) .aaio-block .aaio-block-container:after,
  .editor-styles-wrapper:not(.editor-styles-wrapper) .wp-block-group > .wp-block:not(.wp-block-post-content > .wp-block:nth-of-type(1)):nth-of-type(1n) .aaio-block:before,
  .editor-styles-wrapper:not(.editor-styles-wrapper) .wp-block-group > .wp-block:not(.wp-block-post-content > .wp-block:nth-of-type(1)):nth-of-type(1n) .aaio-block .aaio-block-container:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mask-position: top right;
    -webkit-mask-position: top right;
    -webkit-mask-size: 2000px;
    mask-size: 2000px;
    -webkit-mask-image: var(--aaio-mask-image);
    mask-image: var(--aaio-mask-image); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block,
  .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block,
  .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block {
    --aaio-pt: 150px;
    --aaio-pb: 150px;
    /**
     * -----------------------------------------------------------------------
     * Text
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Cards
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Buttons and links
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Pagination
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Nav Links
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Logos
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Accordion
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Steps
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Dropdown
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Header
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Footer
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Mask
     * -----------------------------------------------------------------------
     */
    /**
     * -----------------------------------------------------------------------
     * Color Overrides
     * -----------------------------------------------------------------------
     */ }
    @media only screen and (max-width: 850px) {
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block {
        --aaio-pt: 80px;
        --aaio-pb: 80px; } }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:not([data-type="aaio/header"]),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:not([data-type="aaio/header"]),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:not([data-type="aaio/header"]),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:not([data-type="aaio/header"]) {
      margin-top: -80px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
      content: '';
      background-color: var(--aaio-block-bg);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      mask-position: top right;
      -webkit-mask-position: top right;
      -webkit-mask-size: 2000px;
      mask-size: 2000px;
      -webkit-mask-image: var(--aaio-mask-image);
      mask-image: var(--aaio-mask-image); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
      display: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container {
      color: var(--aaio-text);
      padding: var(--aaio-pt) 0 var(--aaio-pb) 0; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-none,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-none,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-none,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-none {
      --aaio-pt: 36px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-sm,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-sm,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-sm,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-sm {
      --aaio-pt: 75px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-md,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-md,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-md,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-md {
      --aaio-pt: 150px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-lg,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-lg,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-lg,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-lg {
      --aaio-pt: 225px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-xl,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-xl,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-xl,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-xl {
      --aaio-pt: 300px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-none,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-none,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-none,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-none {
      --aaio-pb: 36px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-sm,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-sm,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-sm,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-sm {
      --aaio-pb: 75px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-md,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-md,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-md,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-md {
      --aaio-pb: 150px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-lg,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-lg,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-lg,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-lg {
      --aaio-pb: 225px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-xl,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-xl,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-xl,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-xl {
      --aaio-pb: 300px; }
    @media only screen and (max-width: 850px) {
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-md,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-md,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-md,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pt-md {
        --aaio-pt: 80px; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-md,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-md,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-md,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-pb-md {
        --aaio-pb: 80px; } }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-block-container {
      padding: 0; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay {
      background-color: var(--aaio-overlay); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border-top,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border-bottom,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border-start,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border-end,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border-top,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border-bottom,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border-start,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border-end,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border-top,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border-bottom,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border-start,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .border-end,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border-top,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border-bottom,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border-start,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .border-end {
      --bs-border-color: var( --aaio-border-color ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .form-text,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .form-text,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .form-text,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .form-text {
      color: var(--aaio-text); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .form-text span,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .form-text span,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .form-text span,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .form-text span {
      color: var(--aaio-text-lighter); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card {
      --bs-card-border-radius: var( --aaio-border-radius );
      --bs-card-color: var( --aaio-card-color );
      --bs-card-bg: var( --aaio-card-bg );
      --bs-card-cap-bg: var( --aaio-card-bg );
      --bs-card-border-color: var( --aaio-card-border-color );
      color: var(--bs-card-color); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card a:not(.btn),
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card a:not(.btn),
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card a:not(.btn),
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card a:not(.btn) {
        color: var(--bs-card-color) !important; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card .btn-link:not(.btn),
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card .btn-link:not(.btn),
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card .btn-link:not(.btn),
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card .btn-link:not(.btn) {
        position: relative;
        color: var(--bs-card-color) !important; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card span,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card span,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card span,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card span {
        position: relative; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card-footer,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card-footer,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card-footer,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card-footer {
      border-color: var(--aaio-card-border-color);
      color: var(--bs-card-color);
      position: relative; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link > div,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link > div,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link > div,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link > div {
      position: relative; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link .btn-icon, body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link .aaio-body-logo > div,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link .btn-icon,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link .aaio-body-logo > div,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link .btn-icon,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:before,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link .aaio-body-logo > div,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link .btn-icon,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:before,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link .aaio-body-logo > div {
      transition: all var(--aaio-transition) ease-in-out; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:before,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:before,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:before {
      content: '';
      background-color: var(--aaio-link-overlay-bg);
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      border-radius: var(--aaio-border-radius); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover {
      --bs-card-color-hover: var( --aaio-link-overlay-text );
      --aaio-bullet-logo-bg: var( --aaio-link-overlay-text );
      --aaio-icon-bg-hover: var( --aaio-block-bg );
      --aaio-icon-text-hover: var( --aaio-text );
      color: var(--bs-card-color-hover); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover:before {
        opacity: 1; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .aaio-body-logo:not(.aaio-no-image-coloring .aaio-body-logo) > div,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .aaio-body-logo:not(.aaio-no-image-coloring .aaio-body-logo) > div,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .aaio-body-logo:not(.aaio-no-image-coloring .aaio-body-logo) > div,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .aaio-body-logo:not(.aaio-no-image-coloring .aaio-body-logo) > div {
        background-color: var(--bs-card-color-hover) !important; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-body,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-body .btn-link,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-footer,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-footer .btn-link,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-body,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-body .btn-link,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-footer,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-footer .btn-link,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-body,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-body .btn-link,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-footer,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-footer .btn-link,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-body,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-body .btn-link,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-footer,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .card-footer .btn-link {
        color: var(--bs-card-color-hover) !important; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .btn-icon,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .btn-icon,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .btn-icon,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link:hover .btn-icon {
        background-color: var(--aaio-icon-bg-hover);
        color: var(--aaio-icon-text-hover);
        border: 1px solid var(--aaio-icon-text-hover); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-block-bg );
      --bs-card-bg: var( --aaio-link-overlay-bg );
      --bs-card-border-color: var( --aaio-card-border-color ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition {
        background-color: var(--bs-card-bg); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition .btn-icon, body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition:before,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition .aaio-body-logo > div,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition:before,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition .aaio-body-logo > div,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition:before,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition .aaio-body-logo > div,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition:before,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition .aaio-body-logo > div {
          transition: all var(--aaio-transition) ease-in-out; }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition:before,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition:before,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition:before,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay .aaio-has-link-transition:before {
          content: '';
          background-color: var(--aaio-link-overlay-bg);
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          border-radius: var(--aaio-border-radius); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay:hover {
        --bs-card-color-hover: var( --aaio-link-overlay-text );
        --aaio-bullet-logo-bg: var( --aaio-link-overlay-text );
        --aaio-icon-bg-hover: var( --aaio-block-bg );
        --aaio-icon-text-hover: var( --aaio-text );
        color: var(--bs-card-color-hover); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay:hover .aaio-has-link-transition:before,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay:hover .aaio-has-link-transition:before,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay:hover .aaio-has-link-transition:before,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .card.aaio-has-link-overlay:hover .aaio-has-link-transition:before {
          opacity: 1; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-link {
      color: var(--aaio-link); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn:not(.btn-primary, .btn-secondary, .btn-dark, .btn-light, .btn-success, .btn-warning, .btn-danger, .btn-info, .btn-white),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn:not(.btn-primary, .btn-secondary, .btn-dark, .btn-light, .btn-success, .btn-warning, .btn-danger, .btn-info, .btn-white),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn:not(.btn-primary, .btn-secondary, .btn-dark, .btn-light, .btn-success, .btn-warning, .btn-danger, .btn-info, .btn-white),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn:not(.btn-primary, .btn-secondary, .btn-dark, .btn-light, .btn-success, .btn-warning, .btn-danger, .btn-info, .btn-white) {
      --bs-btn-color: var( --aaio-link ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-first,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-first,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-first,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-first {
      --bs-btn-color: var( --aaio-btn-color );
      --bs-btn-bg: var( --aaio-btn-bg );
      --bs-btn-border-color: var( --aaio-btn-border-color );
      --bs-btn-hover-color: var( --aaio-btn-hover-color );
      --bs-btn-hover-bg: var( --aaio-btn-hover-bg );
      --bs-btn-hover-border-color: var( --aaio-btn-hover-border-color );
      --bs-btn-active-color: var( --aaio-btn-active-color );
      --bs-btn-active-bg: var( --aaio-btn-active-bg );
      --bs-btn-active-border-color: var( --aaio-btn-active-border-color );
      --bs-btn-disabled-color: var( --aaio-btn-disabled-color );
      --bs-btn-disabled-bg: var( --aaio-btn-disabled-bg );
      --bs-btn-disabled-border-color: var( --aaio-btn-disabled-border-color ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-other,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-other,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-other,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-other {
      --bs-btn-color: var( --aaio-btn-outline-color );
      --bs-btn-bg: var( --aaio-btn-outline-bg );
      --bs-btn-border-color: var( --aaio-btn-outline-border-color );
      --bs-btn-hover-color: var( --aaio-btn-outline-hover-color );
      --bs-btn-hover-bg: var( --aaio-btn-outline-hover-bg );
      --bs-btn-hover-border-color: var( --aaio-btn-outline-hover-border-color );
      --bs-btn-active-color: var( --aaio-btn-outline-active-color );
      --bs-btn-active-bg: var( --aaio-btn-outline-active-bg );
      --bs-btn-active-border-color: var( --aaio-btn-outline-active-border-color );
      --bs-btn-disabled-color: var( --aaio-btn-outline-disabled-color );
      --bs-btn-disabled-bg: var( --aaio-btn-outline-disabled-bg );
      --bs-btn-disabled-border-color: var( --aaio-btn-outline-disabled-border-color ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-icon,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-icon,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-icon,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-icon {
      background-color: var(--aaio-icon-bg);
      color: var(--aaio-icon-text);
      width: var(--aaio-icon-size);
      height: var(--aaio-icon-size);
      border-radius: var(--aaio-icon-border-radius);
      padding: 0;
      border: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-icon span, body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-icon i,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-icon span,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-icon i,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-icon span,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .btn-icon i,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-icon span,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .btn-icon i {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet {
      opacity: var(--aaio-pagination-opacity); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet:before {
        background-color: var(--aaio-pagination-bg-color); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet-active,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet-active,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet-active,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet-active {
      opacity: var(--aaio-pagination-active-opacity); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet-active:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet-active:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet-active:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-pagination-bullet-active:before {
        background-color: var(--aaio-pagination-active-bg-color); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-button-disabled,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-button-disabled,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .swiper-button-disabled,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .swiper-button-disabled {
      opacity: 0.3; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .prev-screen,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .next-screen,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .prev-screen,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .next-screen,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .prev-screen,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .next-screen,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .prev-screen,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .next-screen {
      background: none;
      border: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link {
      color: var(--aaio-nav-link-color); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link:active, body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link.active, body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link:disabled, body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link.disabled,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link:active,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link.active,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link:disabled,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link.disabled,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link:active,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link.active,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link:disabled,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link.disabled,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link:active,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link.active,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link:disabled,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link.disabled {
        color: var(--aaio-nav-link-color-active);
        background-color: var(--aaio-nav-link-bg-active);
        border-color: var(--aaio-nav-link-border-active); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .nav-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .nav-link:hover {
        color: var(--aaio-nav-link-hover-color-active);
        background-color: var(--aaio-nav-link-hover-bg-active);
        border-color: var(--aaio-nav-link-hover-border-active); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more {
      color: var(--aaio-link); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more .btn,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more .btn,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more .btn,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more .btn {
        background-color: var(--aaio-icon-bg);
        color: var(--aaio-icon-text);
        border: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more span:not(.btn),
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more span:not(.btn),
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more span:not(.btn),
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more span:not(.btn) {
        left: 0;
        position: relative;
        transition: all 0.25s ease-in-out; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more:hover span:not(.btn),
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more:hover span:not(.btn),
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more:hover span:not(.btn),
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-discover-more:hover span:not(.btn) {
        left: 5px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo > div,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo > div,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo > div,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo > div {
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center left;
      mask-position: center left;
      -webkit-mask-size: contain;
      mask-size: contain;
      background-color: var(--aaio-bullet-logo-bg); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo img,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo img,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo img,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo img {
      width: 100%;
      height: 100%;
      max-width: 120px;
      max-height: 30px;
      opacity: 0;
      object-fit: contain; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo .aaio-mask-left img,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo .aaio-mask-left img,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo .aaio-mask-left img,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo .aaio-mask-left img {
      object-position: left; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo-lg .aaio-bullet-logo img,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo-lg .aaio-bullet-logo img,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo-lg .aaio-bullet-logo img,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-bullet-logo-lg .aaio-bullet-logo img {
      max-width: 145px;
      max-height: 60px; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center left;
      mask-position: center left;
      -webkit-mask-size: contain;
      mask-size: contain;
      background-color: var(--aaio-bullet-logo-bg); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo img,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo img,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo img,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo img {
      width: 100%;
      height: 100%;
      max-width: 170px;
      max-height: 45px;
      opacity: 0;
      object-fit: contain; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo .aaio-mask-left img,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo .aaio-mask-left img,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo .aaio-mask-left img,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo .aaio-mask-left img {
      object-position: left; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div {
      -webkit-mask-image: none !important;
      mask-image: none !important;
      background-color: transparent; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div img:not(.aaio-lazy),
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div img:not(.aaio-lazy),
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div img:not(.aaio-lazy),
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div img:not(.aaio-lazy),
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div img:not(.aaio-lazy),
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div img:not(.aaio-lazy),
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div img:not(.aaio-lazy),
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div img:not(.aaio-lazy) {
        opacity: 1; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div img.aaio-lazy-loaded,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div img.aaio-lazy-loaded,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div img.aaio-lazy-loaded,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div img.aaio-lazy-loaded,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div img.aaio-lazy-loaded,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div img.aaio-lazy-loaded,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-bullet-logo > div img.aaio-lazy-loaded,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-no-image-coloring .aaio-body-logo > div img.aaio-lazy-loaded {
        opacity: 1; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .accordion {
      --bs-accordion-color: var( --aaio-accordion-color );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-accordion-border-color );
      --bs-accordion-btn-color: var( --aaio-accordion-btn-color );
      --bs-accordion-btn-icon-transform: var( --aaio-accordion-btn-icon-transform );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-accordion-active-color );
      --bs-accordion-active-bg: var( --aaio-accordion-active-bg ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .accordion-button::after,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .accordion-button::after,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .accordion-button::after,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .accordion-button::after {
      background: none;
      content: var(--aaio-accordion-icon);
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: flex;
      align-items: center; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .accordion {
      --bs-accordion-color: var( --aaio-primary );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-primary-border );
      --bs-accordion-btn-color: var( --aaio-primary );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-primary-alt );
      --bs-accordion-active-bg: var( --aaio-primary ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .accordion {
      --bs-accordion-color: var( --aaio-secondary );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-secondary-border );
      --bs-accordion-btn-color: var( --aaio-secondary );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-secondary-alt );
      --bs-accordion-active-bg: var( --aaio-secondary ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .accordion {
      --bs-accordion-color: var( --aaio-dark );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-dark-border );
      --bs-accordion-btn-color: var( --aaio-dark );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-dark-alt );
      --bs-accordion-active-bg: var( --aaio-dark ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .accordion {
      --bs-accordion-color: var( --aaio-light );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-light-border );
      --bs-accordion-btn-color: var( --aaio-light );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-light-alt );
      --bs-accordion-active-bg: var( --aaio-light ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .accordion {
      --bs-accordion-color: var( --aaio-white );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-white-border );
      --bs-accordion-btn-color: var( --aaio-white );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-white-alt );
      --bs-accordion-active-bg: var( --aaio-white ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .accordion {
      --bs-accordion-color: var( --aaio-success );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-success-border );
      --bs-accordion-btn-color: var( --aaio-success );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-success-alt );
      --bs-accordion-active-bg: var( --aaio-success ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .accordion {
      --bs-accordion-color: var( --aaio-danger );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-danger-border );
      --bs-accordion-btn-color: var( --aaio-danger );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-danger-alt );
      --bs-accordion-active-bg: var( --aaio-danger ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .accordion {
      --bs-accordion-color: var( --aaio-warning );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-warning-border );
      --bs-accordion-btn-color: var( --aaio-warning );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-warning-alt );
      --bs-accordion-active-bg: var( --aaio-warning ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .accordion,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .accordion,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .accordion,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .accordion {
      --bs-accordion-color: var( --aaio-info );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-info-border );
      --bs-accordion-btn-color: var( --aaio-info );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-info-alt );
      --bs-accordion-active-bg: var( --aaio-info ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .accordion-body .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .accordion-body .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .accordion-body .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .accordion-body .btn-link {
      --aaio-link: var( --bs-accordion-color, inherit ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .table,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .table,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .table,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .table {
      --bs-table-color: var( --aaio-accordion-color );
      --bs-table-bg: var( --aaio-accordion-bg );
      --bs-table-border-color: var( --aaio-accordion-border-color ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .list-group,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .list-group,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .list-group,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .list-group {
      --bs-list-group-color: var( --aaio-accordion-color );
      --bs-list-group-bg: var( --aaio-accordion-bg );
      --bs-list-group-border-color: var( --aaio-accordion-border-color ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-bullet, body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-text,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-text,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-text,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-text {
      background-color: var(--aaio-step-bg); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-bullet-inner,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-text-inner,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-bullet-inner,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-text-inner,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-bullet-inner,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-text-inner,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-bullet-inner,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-step-text-inner {
      background-color: var(--aaio-step-bg-inner); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .dropdown-menu,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .dropdown-menu,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .dropdown-menu,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .dropdown-menu {
      --bs-dropdown-color: var( --aaio-dropdown-color );
      --bs-dropdown-bg: var( --aaio-dropdown-bg );
      --bs-dropdown-link-color: var( --aaio-dropdown-link-color );
      --bs-dropdown-link-hover-color: var( --aaio-dropdown-link-hover-color );
      --bs-dropdown-link-hover-bg: var( --aaio-dropdown-link-hover-bg );
      --bs-dropdown-link-active-color: var( --aaio-dropdown-link-active-color );
      --bs-dropdown-link-active-bg: var( --aaio-dropdown-link-active-bg );
      --bs-dropdown-link-disabled-color: var( --aaio-dropdown-link-disabled-color );
      --bs-dropdown-header-color: var( --aaio-dropdown-header-color );
      --bs-dropdown-border-color: var( --aaio-dropdown-border-color );
      --bs-dropdown-divider-bg: var( --aaio-dropdown-divider-bg ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .dropdown .btn,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .dropdown .btn,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .dropdown .btn,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .dropdown .btn {
      color: var(--aaio-dropdown-color); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .dropdown .dropdown-menu a,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .dropdown .dropdown-menu a,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .dropdown .dropdown-menu a,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .dropdown .dropdown-menu a {
      white-space: normal; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main a:not(.dropdown-menu a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar a:not(.dropdown-menu a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main a:not(.dropdown-menu a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar a:not(.dropdown-menu a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main a:not(.dropdown-menu a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar a:not(.dropdown-menu a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main a:not(.dropdown-menu a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar a:not(.dropdown-menu a) {
      color: var(--aaio-header-color);
      transition: opacity 0.25s ease-in-out; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main a:not(.dropdown-menu a):hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar a:not(.dropdown-menu a):hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main a:not(.dropdown-menu a):hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar a:not(.dropdown-menu a):hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main a:not(.dropdown-menu a):hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar a:not(.dropdown-menu a):hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main a:not(.dropdown-menu a):hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar a:not(.dropdown-menu a):hover {
        opacity: 0.6; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main > ul > li > a,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .aaio-menu-top-bar > ul > li > a,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar > ul > li > a,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .aaio-menu-top-bar > ul > li > a,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main > ul > li > a,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .aaio-menu-top-bar > ul > li > a,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar > ul > li > a,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .aaio-menu-top-bar > ul > li > a,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main > ul > li > a,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .aaio-menu-top-bar > ul > li > a,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar > ul > li > a,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .aaio-menu-top-bar > ul > li > a,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main > ul > li > a,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .aaio-menu-top-bar > ul > li > a,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar > ul > li > a,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .aaio-menu-top-bar > ul > li > a {
      color: var(--aaio-header-color); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .btn-link {
      --bs-btn-color: var( --aaio-header-color ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main > ul > li.active,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .aaio-menu-top-bar > ul > li.active,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar > ul > li.active,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .aaio-menu-top-bar > ul > li.active,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main > ul > li.active,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .aaio-menu-top-bar > ul > li.active,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar > ul > li.active,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .aaio-menu-top-bar > ul > li.active,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main > ul > li.active,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .aaio-menu-top-bar > ul > li.active,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar > ul > li.active,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .aaio-menu-top-bar > ul > li.active,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main > ul > li.active,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-menu-main .aaio-menu-top-bar > ul > li.active,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar > ul > li.active,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .aaio-menu-top-bar > ul > li.active {
      border-color: var(--aaio-header-color); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar {
      background-color: var(--aaio-top-bar-bg);
      color: var(--aaio-top-bar-color);
      z-index: 6; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar:after,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar:after,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar:after,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar:after {
        background-color: var(--aaio-top-bar-bg); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .btn-link,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .btn-link,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .btn-link,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .btn-link {
        background-color: transparent !important;
        border: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .py-lg-4,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .py-lg-4,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .py-lg-4,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-header .aaio-top-bar .py-lg-4 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-footer-main,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-footer-main,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-footer-main,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-footer-main {
      padding-top: var(--aaio-block_padding);
      padding-bottom: var(--aaio-block_padding); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a:not(.dropdown-menu a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a:not(.dropdown-menu a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a:not(.dropdown-menu a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a:not(.dropdown-menu a) {
      color: var(--aaio-footer-color);
      transition: opacity 0.25s ease-in-out; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a:not(.dropdown-menu a):hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a:not(.dropdown-menu a):hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a:not(.dropdown-menu a):hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a:not(.dropdown-menu a):hover {
        opacity: 0.6; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu .btn-link {
      --bs-btn-color: var( --aaio-footer-color );
      --bs-btn-hover-color: var( --aaio-footer-color ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu > ul > li.active,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu > ul > li.active,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu > ul > li.active,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu > ul > li.active {
      border-color: var(--aaio-footer-color); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a[role="button"],
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a[role="button"],
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a[role="button"],
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-footer .aaio-menu a[role="button"] {
      white-space: nowrap; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-with-mask,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-with-mask-rel,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container::after,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-with-mask,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-with-mask-rel,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container::after,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-with-mask,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-with-mask-rel,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container::after,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-with-mask,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-with-mask-rel,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container::after {
      -webkit-mask-image: unset !important;
      mask-image: unset !important; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary.aaio-block-container {
      --aaio-step-bg: var( --aaio-primary );
      --aaio-border-color: var( --aaio-primary-border );
      --aaio-bullet-logo-bg: var( --aaio-primary );
      --aaio-icon-bg: var( --aaio-primary );
      --aaio-icon-text: var( --aaio-primary-alt );
      --aaio-nav-link-color-active: var( --aaio-primary-alt );
      --aaio-nav-link-bg-active: var( --aaio-primary );
      --aaio-nav-link-hover-color-active: var( --aaio-primary-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-primary );
      --aaio-footer-color: var( --aaio-primary );
      --aaio-header-color: var( --aaio-primary ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-primary );
      --bs-dropdown-link-hover-color: var( --aaio-primary ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-primary ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:before {
        background-color: var(--aaio-primary); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-primary-alt );
        --aaio-bullet-logo-bg: var( --aaio-primary-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-primary-alt );
          --aaio-icon-text: var( --aaio-primary );
          border: 1px solid var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-primary-alt );
      --bs-card-bg: var( --aaio-primary );
      --bs-card-border-color: var( --aaio-primary ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-primary-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-primary-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .card {
      --bs-card-color: var( --aaio-primary );
      --bs-card-border-color: var( --aaio-primary-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-primary );
      --aaio-pagination-active-bg-color: var( --aaio-primary ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-primary .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-primary .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-primary .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-primary .btn-link {
      color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary.aaio-block-container {
      --aaio-step-bg: var( --aaio-secondary );
      --aaio-border-color: var( --aaio-secondary-border );
      --aaio-bullet-logo-bg: var( --aaio-secondary );
      --aaio-icon-bg: var( --aaio-secondary );
      --aaio-icon-text: var( --aaio-secondary-alt );
      --aaio-nav-link-color-active: var( --aaio-secondary-alt );
      --aaio-nav-link-bg-active: var( --aaio-secondary );
      --aaio-nav-link-hover-color-active: var( --aaio-secondary-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-secondary );
      --aaio-footer-color: var( --aaio-secondary );
      --aaio-header-color: var( --aaio-secondary ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-secondary );
      --bs-dropdown-link-hover-color: var( --aaio-secondary ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-secondary ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:before {
        background-color: var(--aaio-secondary); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-secondary-alt );
        --aaio-bullet-logo-bg: var( --aaio-secondary-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-secondary-alt );
          --aaio-icon-text: var( --aaio-secondary );
          border: 1px solid var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-secondary-alt );
      --bs-card-bg: var( --aaio-secondary );
      --bs-card-border-color: var( --aaio-secondary ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-secondary-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-secondary-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .card {
      --bs-card-color: var( --aaio-secondary );
      --bs-card-border-color: var( --aaio-secondary-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-secondary );
      --aaio-pagination-active-bg-color: var( --aaio-secondary ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-secondary .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-secondary .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-secondary .btn-link {
      color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark.aaio-block-container {
      --aaio-step-bg: var( --aaio-dark );
      --aaio-border-color: var( --aaio-dark-border );
      --aaio-bullet-logo-bg: var( --aaio-dark );
      --aaio-icon-bg: var( --aaio-dark );
      --aaio-icon-text: var( --aaio-dark-alt );
      --aaio-nav-link-color-active: var( --aaio-dark-alt );
      --aaio-nav-link-bg-active: var( --aaio-dark );
      --aaio-nav-link-hover-color-active: var( --aaio-dark-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-dark );
      --aaio-footer-color: var( --aaio-dark );
      --aaio-header-color: var( --aaio-dark ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-dark );
      --bs-dropdown-link-hover-color: var( --aaio-dark ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-dark ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:before {
        background-color: var(--aaio-dark); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-dark-alt );
        --aaio-bullet-logo-bg: var( --aaio-dark-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-dark-alt );
          --aaio-icon-text: var( --aaio-dark );
          border: 1px solid var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-dark-alt );
      --bs-card-bg: var( --aaio-dark );
      --bs-card-border-color: var( --aaio-dark ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-dark-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-dark-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .card {
      --bs-card-color: var( --aaio-dark );
      --bs-card-border-color: var( --aaio-dark-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-dark );
      --aaio-pagination-active-bg-color: var( --aaio-dark ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-dark .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-dark .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-dark .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-dark .btn-link {
      color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light.aaio-block-container {
      --aaio-step-bg: var( --aaio-light );
      --aaio-border-color: var( --aaio-light-border );
      --aaio-bullet-logo-bg: var( --aaio-light );
      --aaio-icon-bg: var( --aaio-light );
      --aaio-icon-text: var( --aaio-light-alt );
      --aaio-nav-link-color-active: var( --aaio-light-alt );
      --aaio-nav-link-bg-active: var( --aaio-light );
      --aaio-nav-link-hover-color-active: var( --aaio-light-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-light );
      --aaio-footer-color: var( --aaio-light );
      --aaio-header-color: var( --aaio-light ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-light );
      --bs-dropdown-link-hover-color: var( --aaio-light ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-light ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:before {
        background-color: var(--aaio-light); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-light-alt );
        --aaio-bullet-logo-bg: var( --aaio-light-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-light-alt );
          --aaio-icon-text: var( --aaio-light );
          border: 1px solid var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-light-alt );
      --bs-card-bg: var( --aaio-light );
      --bs-card-border-color: var( --aaio-light ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-light-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-light-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .card {
      --bs-card-color: var( --aaio-light );
      --bs-card-border-color: var( --aaio-light-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-light );
      --aaio-pagination-active-bg-color: var( --aaio-light ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-light .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-light .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-light .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-light .btn-link {
      color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white.aaio-block-container {
      --aaio-step-bg: var( --aaio-white );
      --aaio-border-color: var( --aaio-white-border );
      --aaio-bullet-logo-bg: var( --aaio-white );
      --aaio-icon-bg: var( --aaio-white );
      --aaio-icon-text: var( --aaio-white-alt );
      --aaio-nav-link-color-active: var( --aaio-white-alt );
      --aaio-nav-link-bg-active: var( --aaio-white );
      --aaio-nav-link-hover-color-active: var( --aaio-white-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-white );
      --aaio-footer-color: var( --aaio-white );
      --aaio-header-color: var( --aaio-white ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-white );
      --bs-dropdown-link-hover-color: var( --aaio-white ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-white ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:before {
        background-color: var(--aaio-white); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-white-alt );
        --aaio-bullet-logo-bg: var( --aaio-white-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-white-alt );
          --aaio-icon-text: var( --aaio-white );
          border: 1px solid var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-white-alt );
      --bs-card-bg: var( --aaio-white );
      --bs-card-border-color: var( --aaio-white ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-white-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-white-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .card {
      --bs-card-color: var( --aaio-white );
      --bs-card-border-color: var( --aaio-white-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-white );
      --aaio-pagination-active-bg-color: var( --aaio-white ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-white .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-white .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-white .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-white .btn-link {
      color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success.aaio-block-container {
      --aaio-step-bg: var( --aaio-success );
      --aaio-border-color: var( --aaio-success-border );
      --aaio-bullet-logo-bg: var( --aaio-success );
      --aaio-icon-bg: var( --aaio-success );
      --aaio-icon-text: var( --aaio-success-alt );
      --aaio-nav-link-color-active: var( --aaio-success-alt );
      --aaio-nav-link-bg-active: var( --aaio-success );
      --aaio-nav-link-hover-color-active: var( --aaio-success-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-success );
      --aaio-footer-color: var( --aaio-success );
      --aaio-header-color: var( --aaio-success ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-success );
      --bs-dropdown-link-hover-color: var( --aaio-success ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-success ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:before {
        background-color: var(--aaio-success); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-success-alt );
        --aaio-bullet-logo-bg: var( --aaio-success-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-success-alt );
          --aaio-icon-text: var( --aaio-success );
          border: 1px solid var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-success-alt );
      --bs-card-bg: var( --aaio-success );
      --bs-card-border-color: var( --aaio-success ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-success-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-success-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .card {
      --bs-card-color: var( --aaio-success );
      --bs-card-border-color: var( --aaio-success-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-success );
      --aaio-pagination-active-bg-color: var( --aaio-success ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-success .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-success .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-success .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-success .btn-link {
      color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger.aaio-block-container {
      --aaio-step-bg: var( --aaio-danger );
      --aaio-border-color: var( --aaio-danger-border );
      --aaio-bullet-logo-bg: var( --aaio-danger );
      --aaio-icon-bg: var( --aaio-danger );
      --aaio-icon-text: var( --aaio-danger-alt );
      --aaio-nav-link-color-active: var( --aaio-danger-alt );
      --aaio-nav-link-bg-active: var( --aaio-danger );
      --aaio-nav-link-hover-color-active: var( --aaio-danger-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-danger );
      --aaio-footer-color: var( --aaio-danger );
      --aaio-header-color: var( --aaio-danger ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-danger );
      --bs-dropdown-link-hover-color: var( --aaio-danger ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-danger ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:before {
        background-color: var(--aaio-danger); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-danger-alt );
        --aaio-bullet-logo-bg: var( --aaio-danger-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-danger-alt );
          --aaio-icon-text: var( --aaio-danger );
          border: 1px solid var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-danger-alt );
      --bs-card-bg: var( --aaio-danger );
      --bs-card-border-color: var( --aaio-danger ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-danger-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-danger-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .card {
      --bs-card-color: var( --aaio-danger );
      --bs-card-border-color: var( --aaio-danger-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-danger );
      --aaio-pagination-active-bg-color: var( --aaio-danger ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-danger .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-danger .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-danger .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-danger .btn-link {
      color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning.aaio-block-container {
      --aaio-step-bg: var( --aaio-warning );
      --aaio-border-color: var( --aaio-warning-border );
      --aaio-bullet-logo-bg: var( --aaio-warning );
      --aaio-icon-bg: var( --aaio-warning );
      --aaio-icon-text: var( --aaio-warning-alt );
      --aaio-nav-link-color-active: var( --aaio-warning-alt );
      --aaio-nav-link-bg-active: var( --aaio-warning );
      --aaio-nav-link-hover-color-active: var( --aaio-warning-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-warning );
      --aaio-footer-color: var( --aaio-warning );
      --aaio-header-color: var( --aaio-warning ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-warning );
      --bs-dropdown-link-hover-color: var( --aaio-warning ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-warning ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:before {
        background-color: var(--aaio-warning); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-warning-alt );
        --aaio-bullet-logo-bg: var( --aaio-warning-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-warning-alt );
          --aaio-icon-text: var( --aaio-warning );
          border: 1px solid var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-warning-alt );
      --bs-card-bg: var( --aaio-warning );
      --bs-card-border-color: var( --aaio-warning ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-warning-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-warning-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .card {
      --bs-card-color: var( --aaio-warning );
      --bs-card-border-color: var( --aaio-warning-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-warning );
      --aaio-pagination-active-bg-color: var( --aaio-warning ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-warning .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-warning .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-warning .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-warning .btn-link {
      color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info.aaio-block-container,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info.aaio-block-container,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info.aaio-block-container,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info.aaio-block-container,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info.aaio-block-container {
      --aaio-step-bg: var( --aaio-info );
      --aaio-border-color: var( --aaio-info-border );
      --aaio-bullet-logo-bg: var( --aaio-info );
      --aaio-icon-bg: var( --aaio-info );
      --aaio-icon-text: var( --aaio-info-alt );
      --aaio-nav-link-color-active: var( --aaio-info-alt );
      --aaio-nav-link-bg-active: var( --aaio-info );
      --aaio-nav-link-hover-color-active: var( --aaio-info-alt );
      --aaio-nav-link-hover-bg-active: var( --aaio-info );
      --aaio-footer-color: var( --aaio-info );
      --aaio-header-color: var( --aaio-info ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .dropdown-item,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .dropdown-item,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .dropdown-item,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .dropdown-item,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .dropdown-item {
      --bs-dropdown-link-color: var( --aaio-info );
      --bs-dropdown-link-hover-color: var( --aaio-info ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link {
      --aaio-bullet-logo-bg: var( --aaio-info ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:before {
        background-color: var(--aaio-info); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:hover {
        --bs-card-color: var( --aaio-info-alt );
        --aaio-bullet-logo-bg: var( --aaio-info-alt ); }
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:hover .btn-icon,
        body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link:hover .btn-icon,
        .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link:hover .btn-icon {
          --aaio-icon-bg: var( --aaio-info-alt );
          --aaio-icon-text: var( --aaio-info );
          border: 1px solid var(--aaio-info); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay {
      --bs-card-color: var( --aaio-info-alt );
      --bs-card-bg: var( --aaio-info );
      --bs-card-border-color: var( --aaio-info ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay .aaio-has-link-transition:before {
        background-color: var(--aaio-info-alt); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay:hover,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card.aaio-has-link-overlay:hover,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card.aaio-has-link-overlay:hover {
        --bs-card-color: var( --aaio-info-alt ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .aaio-card-bg .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .aaio-card-bg .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .aaio-card-bg .card {
      background-color: var(--aaio-block-bg-darker); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .card,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .card {
      --bs-card-color: var( --aaio-info );
      --bs-card-border-color: var( --aaio-info-border ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .swiper-pagination-bullet,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .swiper-pagination-bullet,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .swiper-pagination-bullet {
      --aaio-pagination-bg-color: var( --aaio-info );
      --aaio-pagination-active-bg-color: var( --aaio-info ); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .btn-link,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .btn-link,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info a:not(.btn, .dropdown a),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .text-info .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .btn-link,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .text-info .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class*=" text-"] .text-info .btn-link,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info a:not(.btn, .dropdown a),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block [class^="text-"] .text-info .btn-link {
      color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-none,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-none,
  .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-none,
  .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-none {
    --aaio-pt: calc( 36px + 40px ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-sm,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-sm,
  .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-sm,
  .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-sm {
    --aaio-pt: calc( 75px + 40px ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-md,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-md,
  .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-md,
  .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-md {
    --aaio-pt: calc( 150px + 40px ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-lg,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-lg,
  .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-lg,
  .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-lg {
    --aaio-pt: calc( 225px + 40px ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-xl,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-xl,
  .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-xl,
  .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-xl {
    --aaio-pt: calc( 300px + 40px ); }
  @media only screen and (max-width: 850px) {
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block),
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block),
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block),
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block) {
      --aaio-pt: calc(80px + 40px ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-md,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-md,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-md,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block:not(footer .aaio-block).aaio-pt-md {
        --aaio-pt: calc( 80px + 40px ); } }
  @media only screen and (max-width: 850px) {
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block,
    .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block,
    .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block {
      --aaio-pt: calc(80px + 40px ); }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block.aaio-pt-md,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block.aaio-pt-md,
      .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n):first-of-type .aaio-block.aaio-pt-md,
      .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n):first-of-type .aaio-block.aaio-pt-md {
        --aaio-pt: calc( 80px + 40px ); } }
  body:not(.wp-admin) .offcanvas-sm, body:not(.wp-admin) .offcanvas-md, body:not(.wp-admin) .offcanvas-lg, body:not(.wp-admin) .offcanvas-xl, body:not(.wp-admin) .offcanvas-xxl, body:not(.wp-admin) .offcanvas,
  .editor-styles-wrapper .offcanvas-sm,
  .editor-styles-wrapper .offcanvas-md,
  .editor-styles-wrapper .offcanvas-lg,
  .editor-styles-wrapper .offcanvas-xl,
  .editor-styles-wrapper .offcanvas-xxl,
  .editor-styles-wrapper .offcanvas {
    --bs-offcanvas-color: var( --aaio-offcanvas-color );
    --bs-offcanvas-bg: var( --aaio-offcanvas-bg );
    --bs-offcanvas-border-color: var( --aaio-offcanvas-border-color ); }
    body:not(.wp-admin) .offcanvas-sm a:not(.btn),
    body:not(.wp-admin) .offcanvas-sm .aaio-mobile-menu button, body:not(.wp-admin) .offcanvas-md a:not(.btn),
    body:not(.wp-admin) .offcanvas-md .aaio-mobile-menu button, body:not(.wp-admin) .offcanvas-lg a:not(.btn),
    body:not(.wp-admin) .offcanvas-lg .aaio-mobile-menu button, body:not(.wp-admin) .offcanvas-xl a:not(.btn),
    body:not(.wp-admin) .offcanvas-xl .aaio-mobile-menu button, body:not(.wp-admin) .offcanvas-xxl a:not(.btn),
    body:not(.wp-admin) .offcanvas-xxl .aaio-mobile-menu button, body:not(.wp-admin) .offcanvas a:not(.btn),
    body:not(.wp-admin) .offcanvas .aaio-mobile-menu button,
    .editor-styles-wrapper .offcanvas-sm a:not(.btn),
    .editor-styles-wrapper .offcanvas-sm .aaio-mobile-menu button,
    .editor-styles-wrapper .offcanvas-md a:not(.btn),
    .editor-styles-wrapper .offcanvas-md .aaio-mobile-menu button,
    .editor-styles-wrapper .offcanvas-lg a:not(.btn),
    .editor-styles-wrapper .offcanvas-lg .aaio-mobile-menu button,
    .editor-styles-wrapper .offcanvas-xl a:not(.btn),
    .editor-styles-wrapper .offcanvas-xl .aaio-mobile-menu button,
    .editor-styles-wrapper .offcanvas-xxl a:not(.btn),
    .editor-styles-wrapper .offcanvas-xxl .aaio-mobile-menu button,
    .editor-styles-wrapper .offcanvas a:not(.btn),
    .editor-styles-wrapper .offcanvas .aaio-mobile-menu button {
      color: var(--aaio-offcanvas-color); }
    body:not(.wp-admin) .offcanvas-sm .btn-primary, body:not(.wp-admin) .offcanvas-md .btn-primary, body:not(.wp-admin) .offcanvas-lg .btn-primary, body:not(.wp-admin) .offcanvas-xl .btn-primary, body:not(.wp-admin) .offcanvas-xxl .btn-primary, body:not(.wp-admin) .offcanvas .btn-primary,
    .editor-styles-wrapper .offcanvas-sm .btn-primary,
    .editor-styles-wrapper .offcanvas-md .btn-primary,
    .editor-styles-wrapper .offcanvas-lg .btn-primary,
    .editor-styles-wrapper .offcanvas-xl .btn-primary,
    .editor-styles-wrapper .offcanvas-xxl .btn-primary,
    .editor-styles-wrapper .offcanvas .btn-primary {
      --bs-btn-color: var( --aaio-btn-color );
      --bs-btn-bg: var( --aaio-btn-bg );
      --bs-btn-border-color: var( --aaio-btn-border-color );
      --bs-btn-hover-color: var( --aaio-btn-hover-color );
      --bs-btn-hover-bg: var( --aaio-btn-hover-bg );
      --bs-btn-hover-border-color: var( --aaio-btn-hover-border-color );
      --bs-btn-active-color: var( --aaio-btn-active-color );
      --bs-btn-active-bg: var( --aaio-btn-active-bg );
      --bs-btn-active-border-color: var( --aaio-btn-active-border-color );
      --bs-btn-disabled-color: var( --aaio-btn-disabled-color );
      --bs-btn-disabled-bg: var( --aaio-btn-disabled-bg );
      --bs-btn-disabled-border-color: var( --aaio-btn-disabled-border-color ); }
    body:not(.wp-admin) .offcanvas-sm .btn-outline-primary, body:not(.wp-admin) .offcanvas-md .btn-outline-primary, body:not(.wp-admin) .offcanvas-lg .btn-outline-primary, body:not(.wp-admin) .offcanvas-xl .btn-outline-primary, body:not(.wp-admin) .offcanvas-xxl .btn-outline-primary, body:not(.wp-admin) .offcanvas .btn-outline-primary,
    .editor-styles-wrapper .offcanvas-sm .btn-outline-primary,
    .editor-styles-wrapper .offcanvas-md .btn-outline-primary,
    .editor-styles-wrapper .offcanvas-lg .btn-outline-primary,
    .editor-styles-wrapper .offcanvas-xl .btn-outline-primary,
    .editor-styles-wrapper .offcanvas-xxl .btn-outline-primary,
    .editor-styles-wrapper .offcanvas .btn-outline-primary {
      --bs-btn-color: var( --aaio-btn-outline-color );
      --bs-btn-bg: var( --aaio-btn-outline-bg );
      --bs-btn-border-color: var( --aaio-btn-outline-border-color );
      --bs-btn-hover-color: var( --aaio-btn-outline-hover-color );
      --bs-btn-hover-bg: var( --aaio-btn-outline-hover-bg );
      --bs-btn-hover-border-color: var( --aaio-btn-outline-hover-border-color );
      --bs-btn-active-color: var( --aaio-btn-outline-active-color );
      --bs-btn-active-bg: var( --aaio-btn-outline-active-bg );
      --bs-btn-active-border-color: var( --aaio-btn-outline-active-border-color );
      --bs-btn-disabled-color: var( --aaio-btn-outline-disabled-color );
      --bs-btn-disabled-bg: var( --aaio-btn-outline-disabled-bg );
      --bs-btn-disabled-border-color: var( --aaio-btn-outline-disabled-border-color ); }
    body:not(.wp-admin) .offcanvas-sm .btn-link:not(.aaio-mobile-menu .btn-link), body:not(.wp-admin) .offcanvas-md .btn-link:not(.aaio-mobile-menu .btn-link), body:not(.wp-admin) .offcanvas-lg .btn-link:not(.aaio-mobile-menu .btn-link), body:not(.wp-admin) .offcanvas-xl .btn-link:not(.aaio-mobile-menu .btn-link), body:not(.wp-admin) .offcanvas-xxl .btn-link:not(.aaio-mobile-menu .btn-link), body:not(.wp-admin) .offcanvas .btn-link:not(.aaio-mobile-menu .btn-link),
    .editor-styles-wrapper .offcanvas-sm .btn-link:not(.aaio-mobile-menu .btn-link),
    .editor-styles-wrapper .offcanvas-md .btn-link:not(.aaio-mobile-menu .btn-link),
    .editor-styles-wrapper .offcanvas-lg .btn-link:not(.aaio-mobile-menu .btn-link),
    .editor-styles-wrapper .offcanvas-xl .btn-link:not(.aaio-mobile-menu .btn-link),
    .editor-styles-wrapper .offcanvas-xxl .btn-link:not(.aaio-mobile-menu .btn-link),
    .editor-styles-wrapper .offcanvas .btn-link:not(.aaio-mobile-menu .btn-link) {
      --bs-btn-color: var( --aaio-btn-outline-color );
      --bs-btn-bg: var( --aaio-btn-outline-bg );
      --bs-btn-border-color: var( --aaio-btn-outline-border-color );
      --bs-btn-hover-color: var( --aaio-btn-outline-hover-color );
      --bs-btn-hover-bg: var( --aaio-btn-outline-hover-bg );
      --bs-btn-hover-border-color: var( --aaio-btn-outline-hover-border-color );
      --bs-btn-active-color: var( --aaio-btn-outline-active-color );
      --bs-btn-active-bg: var( --aaio-btn-outline-active-bg );
      --bs-btn-active-border-color: var( --aaio-btn-outline-active-border-color );
      --bs-btn-disabled-color: var( --aaio-btn-outline-disabled-color );
      --bs-btn-disabled-bg: var( --aaio-btn-outline-disabled-bg );
      --bs-btn-disabled-border-color: var( --aaio-btn-outline-disabled-border-color ); }
    body:not(.wp-admin) .offcanvas-sm .btn-close, body:not(.wp-admin) .offcanvas-md .btn-close, body:not(.wp-admin) .offcanvas-lg .btn-close, body:not(.wp-admin) .offcanvas-xl .btn-close, body:not(.wp-admin) .offcanvas-xxl .btn-close, body:not(.wp-admin) .offcanvas .btn-close,
    .editor-styles-wrapper .offcanvas-sm .btn-close,
    .editor-styles-wrapper .offcanvas-md .btn-close,
    .editor-styles-wrapper .offcanvas-lg .btn-close,
    .editor-styles-wrapper .offcanvas-xl .btn-close,
    .editor-styles-wrapper .offcanvas-xxl .btn-close,
    .editor-styles-wrapper .offcanvas .btn-close {
      --bs-btn-close-color: var( --bs-offcanvas-color ); }
    body:not(.wp-admin) .offcanvas-sm .border-top,
    body:not(.wp-admin) .offcanvas-sm .border-bottom,
    body:not(.wp-admin) .offcanvas-sm .border-start,
    body:not(.wp-admin) .offcanvas-sm .border-end, body:not(.wp-admin) .offcanvas-md .border-top,
    body:not(.wp-admin) .offcanvas-md .border-bottom,
    body:not(.wp-admin) .offcanvas-md .border-start,
    body:not(.wp-admin) .offcanvas-md .border-end, body:not(.wp-admin) .offcanvas-lg .border-top,
    body:not(.wp-admin) .offcanvas-lg .border-bottom,
    body:not(.wp-admin) .offcanvas-lg .border-start,
    body:not(.wp-admin) .offcanvas-lg .border-end, body:not(.wp-admin) .offcanvas-xl .border-top,
    body:not(.wp-admin) .offcanvas-xl .border-bottom,
    body:not(.wp-admin) .offcanvas-xl .border-start,
    body:not(.wp-admin) .offcanvas-xl .border-end, body:not(.wp-admin) .offcanvas-xxl .border-top,
    body:not(.wp-admin) .offcanvas-xxl .border-bottom,
    body:not(.wp-admin) .offcanvas-xxl .border-start,
    body:not(.wp-admin) .offcanvas-xxl .border-end, body:not(.wp-admin) .offcanvas .border-top,
    body:not(.wp-admin) .offcanvas .border-bottom,
    body:not(.wp-admin) .offcanvas .border-start,
    body:not(.wp-admin) .offcanvas .border-end,
    .editor-styles-wrapper .offcanvas-sm .border-top,
    .editor-styles-wrapper .offcanvas-sm .border-bottom,
    .editor-styles-wrapper .offcanvas-sm .border-start,
    .editor-styles-wrapper .offcanvas-sm .border-end,
    .editor-styles-wrapper .offcanvas-md .border-top,
    .editor-styles-wrapper .offcanvas-md .border-bottom,
    .editor-styles-wrapper .offcanvas-md .border-start,
    .editor-styles-wrapper .offcanvas-md .border-end,
    .editor-styles-wrapper .offcanvas-lg .border-top,
    .editor-styles-wrapper .offcanvas-lg .border-bottom,
    .editor-styles-wrapper .offcanvas-lg .border-start,
    .editor-styles-wrapper .offcanvas-lg .border-end,
    .editor-styles-wrapper .offcanvas-xl .border-top,
    .editor-styles-wrapper .offcanvas-xl .border-bottom,
    .editor-styles-wrapper .offcanvas-xl .border-start,
    .editor-styles-wrapper .offcanvas-xl .border-end,
    .editor-styles-wrapper .offcanvas-xxl .border-top,
    .editor-styles-wrapper .offcanvas-xxl .border-bottom,
    .editor-styles-wrapper .offcanvas-xxl .border-start,
    .editor-styles-wrapper .offcanvas-xxl .border-end,
    .editor-styles-wrapper .offcanvas .border-top,
    .editor-styles-wrapper .offcanvas .border-bottom,
    .editor-styles-wrapper .offcanvas .border-start,
    .editor-styles-wrapper .offcanvas .border-end {
      border-color: var(--bs-offcanvas-border-color) !important; }
    body:not(.wp-admin) .offcanvas-sm .accordion, body:not(.wp-admin) .offcanvas-md .accordion, body:not(.wp-admin) .offcanvas-lg .accordion, body:not(.wp-admin) .offcanvas-xl .accordion, body:not(.wp-admin) .offcanvas-xxl .accordion, body:not(.wp-admin) .offcanvas .accordion,
    .editor-styles-wrapper .offcanvas-sm .accordion,
    .editor-styles-wrapper .offcanvas-md .accordion,
    .editor-styles-wrapper .offcanvas-lg .accordion,
    .editor-styles-wrapper .offcanvas-xl .accordion,
    .editor-styles-wrapper .offcanvas-xxl .accordion,
    .editor-styles-wrapper .offcanvas .accordion {
      --bs-accordion-color: var( --aaio-accordion-color );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-accordion-border-color );
      --bs-accordion-btn-color: var( --aaio-accordion-btn-color );
      --bs-accordion-btn-icon-transform: var( --aaio-accordion-btn-icon-transform );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-accordion-active-color );
      --bs-accordion-active-bg: var( --aaio-accordion-active-bg ); }
    body:not(.wp-admin) .offcanvas-sm .accordion-button::after, body:not(.wp-admin) .offcanvas-md .accordion-button::after, body:not(.wp-admin) .offcanvas-lg .accordion-button::after, body:not(.wp-admin) .offcanvas-xl .accordion-button::after, body:not(.wp-admin) .offcanvas-xxl .accordion-button::after, body:not(.wp-admin) .offcanvas .accordion-button::after,
    .editor-styles-wrapper .offcanvas-sm .accordion-button::after,
    .editor-styles-wrapper .offcanvas-md .accordion-button::after,
    .editor-styles-wrapper .offcanvas-lg .accordion-button::after,
    .editor-styles-wrapper .offcanvas-xl .accordion-button::after,
    .editor-styles-wrapper .offcanvas-xxl .accordion-button::after,
    .editor-styles-wrapper .offcanvas .accordion-button::after {
      background: none;
      content: var(--aaio-accordion-icon);
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: flex;
      align-items: center; }
    body:not(.wp-admin) .offcanvas-sm .text-primary .accordion, body:not(.wp-admin) .offcanvas-md .text-primary .accordion, body:not(.wp-admin) .offcanvas-lg .text-primary .accordion, body:not(.wp-admin) .offcanvas-xl .text-primary .accordion, body:not(.wp-admin) .offcanvas-xxl .text-primary .accordion, body:not(.wp-admin) .offcanvas .text-primary .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-primary .accordion,
    .editor-styles-wrapper .offcanvas-md .text-primary .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-primary .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-primary .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-primary .accordion,
    .editor-styles-wrapper .offcanvas .text-primary .accordion {
      --bs-accordion-color: var( --aaio-primary );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-primary-border );
      --bs-accordion-btn-color: var( --aaio-primary );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-primary-alt );
      --bs-accordion-active-bg: var( --aaio-primary ); }
    body:not(.wp-admin) .offcanvas-sm .text-secondary .accordion, body:not(.wp-admin) .offcanvas-md .text-secondary .accordion, body:not(.wp-admin) .offcanvas-lg .text-secondary .accordion, body:not(.wp-admin) .offcanvas-xl .text-secondary .accordion, body:not(.wp-admin) .offcanvas-xxl .text-secondary .accordion, body:not(.wp-admin) .offcanvas .text-secondary .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-secondary .accordion,
    .editor-styles-wrapper .offcanvas-md .text-secondary .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-secondary .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-secondary .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-secondary .accordion,
    .editor-styles-wrapper .offcanvas .text-secondary .accordion {
      --bs-accordion-color: var( --aaio-secondary );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-secondary-border );
      --bs-accordion-btn-color: var( --aaio-secondary );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-secondary-alt );
      --bs-accordion-active-bg: var( --aaio-secondary ); }
    body:not(.wp-admin) .offcanvas-sm .text-dark .accordion, body:not(.wp-admin) .offcanvas-md .text-dark .accordion, body:not(.wp-admin) .offcanvas-lg .text-dark .accordion, body:not(.wp-admin) .offcanvas-xl .text-dark .accordion, body:not(.wp-admin) .offcanvas-xxl .text-dark .accordion, body:not(.wp-admin) .offcanvas .text-dark .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-dark .accordion,
    .editor-styles-wrapper .offcanvas-md .text-dark .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-dark .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-dark .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-dark .accordion,
    .editor-styles-wrapper .offcanvas .text-dark .accordion {
      --bs-accordion-color: var( --aaio-dark );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-dark-border );
      --bs-accordion-btn-color: var( --aaio-dark );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-dark-alt );
      --bs-accordion-active-bg: var( --aaio-dark ); }
    body:not(.wp-admin) .offcanvas-sm .text-light .accordion, body:not(.wp-admin) .offcanvas-md .text-light .accordion, body:not(.wp-admin) .offcanvas-lg .text-light .accordion, body:not(.wp-admin) .offcanvas-xl .text-light .accordion, body:not(.wp-admin) .offcanvas-xxl .text-light .accordion, body:not(.wp-admin) .offcanvas .text-light .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-light .accordion,
    .editor-styles-wrapper .offcanvas-md .text-light .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-light .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-light .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-light .accordion,
    .editor-styles-wrapper .offcanvas .text-light .accordion {
      --bs-accordion-color: var( --aaio-light );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-light-border );
      --bs-accordion-btn-color: var( --aaio-light );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-light-alt );
      --bs-accordion-active-bg: var( --aaio-light ); }
    body:not(.wp-admin) .offcanvas-sm .text-white .accordion, body:not(.wp-admin) .offcanvas-md .text-white .accordion, body:not(.wp-admin) .offcanvas-lg .text-white .accordion, body:not(.wp-admin) .offcanvas-xl .text-white .accordion, body:not(.wp-admin) .offcanvas-xxl .text-white .accordion, body:not(.wp-admin) .offcanvas .text-white .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-white .accordion,
    .editor-styles-wrapper .offcanvas-md .text-white .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-white .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-white .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-white .accordion,
    .editor-styles-wrapper .offcanvas .text-white .accordion {
      --bs-accordion-color: var( --aaio-white );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-white-border );
      --bs-accordion-btn-color: var( --aaio-white );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-white-alt );
      --bs-accordion-active-bg: var( --aaio-white ); }
    body:not(.wp-admin) .offcanvas-sm .text-success .accordion, body:not(.wp-admin) .offcanvas-md .text-success .accordion, body:not(.wp-admin) .offcanvas-lg .text-success .accordion, body:not(.wp-admin) .offcanvas-xl .text-success .accordion, body:not(.wp-admin) .offcanvas-xxl .text-success .accordion, body:not(.wp-admin) .offcanvas .text-success .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-success .accordion,
    .editor-styles-wrapper .offcanvas-md .text-success .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-success .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-success .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-success .accordion,
    .editor-styles-wrapper .offcanvas .text-success .accordion {
      --bs-accordion-color: var( --aaio-success );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-success-border );
      --bs-accordion-btn-color: var( --aaio-success );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-success-alt );
      --bs-accordion-active-bg: var( --aaio-success ); }
    body:not(.wp-admin) .offcanvas-sm .text-danger .accordion, body:not(.wp-admin) .offcanvas-md .text-danger .accordion, body:not(.wp-admin) .offcanvas-lg .text-danger .accordion, body:not(.wp-admin) .offcanvas-xl .text-danger .accordion, body:not(.wp-admin) .offcanvas-xxl .text-danger .accordion, body:not(.wp-admin) .offcanvas .text-danger .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-danger .accordion,
    .editor-styles-wrapper .offcanvas-md .text-danger .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-danger .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-danger .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-danger .accordion,
    .editor-styles-wrapper .offcanvas .text-danger .accordion {
      --bs-accordion-color: var( --aaio-danger );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-danger-border );
      --bs-accordion-btn-color: var( --aaio-danger );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-danger-alt );
      --bs-accordion-active-bg: var( --aaio-danger ); }
    body:not(.wp-admin) .offcanvas-sm .text-warning .accordion, body:not(.wp-admin) .offcanvas-md .text-warning .accordion, body:not(.wp-admin) .offcanvas-lg .text-warning .accordion, body:not(.wp-admin) .offcanvas-xl .text-warning .accordion, body:not(.wp-admin) .offcanvas-xxl .text-warning .accordion, body:not(.wp-admin) .offcanvas .text-warning .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-warning .accordion,
    .editor-styles-wrapper .offcanvas-md .text-warning .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-warning .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-warning .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-warning .accordion,
    .editor-styles-wrapper .offcanvas .text-warning .accordion {
      --bs-accordion-color: var( --aaio-warning );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-warning-border );
      --bs-accordion-btn-color: var( --aaio-warning );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-warning-alt );
      --bs-accordion-active-bg: var( --aaio-warning ); }
    body:not(.wp-admin) .offcanvas-sm .text-info .accordion, body:not(.wp-admin) .offcanvas-md .text-info .accordion, body:not(.wp-admin) .offcanvas-lg .text-info .accordion, body:not(.wp-admin) .offcanvas-xl .text-info .accordion, body:not(.wp-admin) .offcanvas-xxl .text-info .accordion, body:not(.wp-admin) .offcanvas .text-info .accordion,
    .editor-styles-wrapper .offcanvas-sm .text-info .accordion,
    .editor-styles-wrapper .offcanvas-md .text-info .accordion,
    .editor-styles-wrapper .offcanvas-lg .text-info .accordion,
    .editor-styles-wrapper .offcanvas-xl .text-info .accordion,
    .editor-styles-wrapper .offcanvas-xxl .text-info .accordion,
    .editor-styles-wrapper .offcanvas .text-info .accordion {
      --bs-accordion-color: var( --aaio-info );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-info-border );
      --bs-accordion-btn-color: var( --aaio-info );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-info-alt );
      --bs-accordion-active-bg: var( --aaio-info ); }
    body:not(.wp-admin) .offcanvas-sm .accordion-body .btn-link, body:not(.wp-admin) .offcanvas-md .accordion-body .btn-link, body:not(.wp-admin) .offcanvas-lg .accordion-body .btn-link, body:not(.wp-admin) .offcanvas-xl .accordion-body .btn-link, body:not(.wp-admin) .offcanvas-xxl .accordion-body .btn-link, body:not(.wp-admin) .offcanvas .accordion-body .btn-link,
    .editor-styles-wrapper .offcanvas-sm .accordion-body .btn-link,
    .editor-styles-wrapper .offcanvas-md .accordion-body .btn-link,
    .editor-styles-wrapper .offcanvas-lg .accordion-body .btn-link,
    .editor-styles-wrapper .offcanvas-xl .accordion-body .btn-link,
    .editor-styles-wrapper .offcanvas-xxl .accordion-body .btn-link,
    .editor-styles-wrapper .offcanvas .accordion-body .btn-link {
      --aaio-link: var( --bs-accordion-color, inherit ); }
    body:not(.wp-admin) .offcanvas-sm .table, body:not(.wp-admin) .offcanvas-md .table, body:not(.wp-admin) .offcanvas-lg .table, body:not(.wp-admin) .offcanvas-xl .table, body:not(.wp-admin) .offcanvas-xxl .table, body:not(.wp-admin) .offcanvas .table,
    .editor-styles-wrapper .offcanvas-sm .table,
    .editor-styles-wrapper .offcanvas-md .table,
    .editor-styles-wrapper .offcanvas-lg .table,
    .editor-styles-wrapper .offcanvas-xl .table,
    .editor-styles-wrapper .offcanvas-xxl .table,
    .editor-styles-wrapper .offcanvas .table {
      --bs-table-color: var( --aaio-accordion-color );
      --bs-table-bg: var( --aaio-accordion-bg );
      --bs-table-border-color: var( --aaio-accordion-border-color ); }
    body:not(.wp-admin) .offcanvas-sm .list-group, body:not(.wp-admin) .offcanvas-md .list-group, body:not(.wp-admin) .offcanvas-lg .list-group, body:not(.wp-admin) .offcanvas-xl .list-group, body:not(.wp-admin) .offcanvas-xxl .list-group, body:not(.wp-admin) .offcanvas .list-group,
    .editor-styles-wrapper .offcanvas-sm .list-group,
    .editor-styles-wrapper .offcanvas-md .list-group,
    .editor-styles-wrapper .offcanvas-lg .list-group,
    .editor-styles-wrapper .offcanvas-xl .list-group,
    .editor-styles-wrapper .offcanvas-xxl .list-group,
    .editor-styles-wrapper .offcanvas .list-group {
      --bs-list-group-color: var( --aaio-accordion-color );
      --bs-list-group-bg: var( --aaio-accordion-bg );
      --bs-list-group-border-color: var( --aaio-accordion-border-color ); }
  body:not(.wp-admin) .modal-sm, body:not(.wp-admin) .modal-md, body:not(.wp-admin) .modal-lg, body:not(.wp-admin) .modal-xl, body:not(.wp-admin) .modal-xxl, body:not(.wp-admin) .modal,
  .editor-styles-wrapper .modal-sm,
  .editor-styles-wrapper .modal-md,
  .editor-styles-wrapper .modal-lg,
  .editor-styles-wrapper .modal-xl,
  .editor-styles-wrapper .modal-xxl,
  .editor-styles-wrapper .modal {
    --bs-modal-color: var( --aaio-modal-color );
    --bs-modal-bg: var( --aaio-modal-bg );
    --bs-modal-border-color: var( --aaio-modal-border-color ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content a:not(.btn),
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .aaio-mobile-menu button, body:not(.wp-admin) .modal-md .modal-dialog .modal-content a:not(.btn),
    body:not(.wp-admin) .modal-md .modal-dialog .modal-content .aaio-mobile-menu button, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content a:not(.btn),
    body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .aaio-mobile-menu button, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content a:not(.btn),
    body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .aaio-mobile-menu button, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content a:not(.btn),
    body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .aaio-mobile-menu button, body:not(.wp-admin) .modal .modal-dialog .modal-content a:not(.btn),
    body:not(.wp-admin) .modal .modal-dialog .modal-content .aaio-mobile-menu button,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content a:not(.btn),
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .aaio-mobile-menu button,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content a:not(.btn),
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .aaio-mobile-menu button,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content a:not(.btn),
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .aaio-mobile-menu button,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content a:not(.btn),
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .aaio-mobile-menu button,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content a:not(.btn),
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .aaio-mobile-menu button,
    .editor-styles-wrapper .modal .modal-dialog .modal-content a:not(.btn),
    .editor-styles-wrapper .modal .modal-dialog .modal-content .aaio-mobile-menu button {
      color: var(--bs-modal-color); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .btn-primary, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .btn-primary, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .btn-primary, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .btn-primary, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .btn-primary, body:not(.wp-admin) .modal .modal-dialog .modal-content .btn-primary,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .btn-primary,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .btn-primary,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .btn-primary,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .btn-primary,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .btn-primary,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .btn-primary {
      --bs-btn-color: var( --aaio-btn-color );
      --bs-btn-bg: var( --aaio-btn-bg );
      --bs-btn-border-color: var( --aaio-btn-border-color );
      --bs-btn-hover-color: var( --aaio-btn-hover-color );
      --bs-btn-hover-bg: var( --aaio-btn-hover-bg );
      --bs-btn-hover-border-color: var( --aaio-btn-hover-border-color );
      --bs-btn-active-color: var( --aaio-btn-active-color );
      --bs-btn-active-bg: var( --aaio-btn-active-bg );
      --bs-btn-active-border-color: var( --aaio-btn-active-border-color );
      --bs-btn-disabled-color: var( --aaio-btn-disabled-color );
      --bs-btn-disabled-bg: var( --aaio-btn-disabled-bg );
      --bs-btn-disabled-border-color: var( --aaio-btn-disabled-border-color ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .btn-outline-primary,
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .btn-secondary, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .btn-outline-primary,
    body:not(.wp-admin) .modal-md .modal-dialog .modal-content .btn-secondary, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .btn-outline-primary,
    body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .btn-secondary, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .btn-outline-primary,
    body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .btn-secondary, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .btn-outline-primary,
    body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .btn-secondary, body:not(.wp-admin) .modal .modal-dialog .modal-content .btn-outline-primary,
    body:not(.wp-admin) .modal .modal-dialog .modal-content .btn-secondary,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .btn-outline-primary,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .btn-secondary,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .btn-outline-primary,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .btn-secondary,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .btn-outline-primary,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .btn-secondary,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .btn-outline-primary,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .btn-secondary,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .btn-outline-primary,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .btn-secondary,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .btn-outline-primary,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .btn-secondary {
      --bs-btn-color: var( --aaio-btn-outline-color );
      --bs-btn-bg: var( --aaio-btn-outline-bg );
      --bs-btn-border-color: var( --aaio-btn-outline-border-color );
      --bs-btn-hover-color: var( --aaio-btn-outline-hover-color );
      --bs-btn-hover-bg: var( --aaio-btn-outline-hover-bg );
      --bs-btn-hover-border-color: var( --aaio-btn-outline-hover-border-color );
      --bs-btn-active-color: var( --aaio-btn-outline-active-color );
      --bs-btn-active-bg: var( --aaio-btn-outline-active-bg );
      --bs-btn-active-border-color: var( --aaio-btn-outline-active-border-color );
      --bs-btn-disabled-color: var( --aaio-btn-outline-disabled-color );
      --bs-btn-disabled-bg: var( --aaio-btn-outline-disabled-bg );
      --bs-btn-disabled-border-color: var( --aaio-btn-outline-disabled-border-color ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .btn-link, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .btn-link, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .btn-link, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .btn-link, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .btn-link, body:not(.wp-admin) .modal .modal-dialog .modal-content .btn-link,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .btn-link,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .btn-link,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .btn-link,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .btn-link,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .btn-link,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .btn-link {
      color: var(--bs-modal-color); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .btn-close, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .btn-close, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .btn-close, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .btn-close, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .btn-close, body:not(.wp-admin) .modal .modal-dialog .modal-content .btn-close,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .btn-close,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .btn-close,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .btn-close,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .btn-close,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .btn-close,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .btn-close {
      --bs-btn-close-color: var( --bs-modal-color ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .border-top,
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .border-bottom,
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .border-start,
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .border-end,
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .modal-header,
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .modal-footer, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .border-top,
    body:not(.wp-admin) .modal-md .modal-dialog .modal-content .border-bottom,
    body:not(.wp-admin) .modal-md .modal-dialog .modal-content .border-start,
    body:not(.wp-admin) .modal-md .modal-dialog .modal-content .border-end,
    body:not(.wp-admin) .modal-md .modal-dialog .modal-content .modal-header,
    body:not(.wp-admin) .modal-md .modal-dialog .modal-content .modal-footer, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .border-top,
    body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .border-bottom,
    body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .border-start,
    body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .border-end,
    body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .modal-header,
    body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .modal-footer, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .border-top,
    body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .border-bottom,
    body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .border-start,
    body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .border-end,
    body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .modal-header,
    body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .modal-footer, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .border-top,
    body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .border-bottom,
    body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .border-start,
    body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .border-end,
    body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .modal-header,
    body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .modal-footer, body:not(.wp-admin) .modal .modal-dialog .modal-content .border-top,
    body:not(.wp-admin) .modal .modal-dialog .modal-content .border-bottom,
    body:not(.wp-admin) .modal .modal-dialog .modal-content .border-start,
    body:not(.wp-admin) .modal .modal-dialog .modal-content .border-end,
    body:not(.wp-admin) .modal .modal-dialog .modal-content .modal-header,
    body:not(.wp-admin) .modal .modal-dialog .modal-content .modal-footer,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .border-top,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .border-bottom,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .border-start,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .border-end,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .modal-header,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .modal-footer,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .border-top,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .border-bottom,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .border-start,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .border-end,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .modal-header,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .modal-footer,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .border-top,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .border-bottom,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .border-start,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .border-end,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .modal-header,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .modal-footer,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .border-top,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .border-bottom,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .border-start,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .border-end,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .modal-header,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .modal-footer,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .border-top,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .border-bottom,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .border-start,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .border-end,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .modal-header,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .modal-footer,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .border-top,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .border-bottom,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .border-start,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .border-end,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .modal-header,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .modal-footer {
      border-color: var(--bs-modal-border-color) !important; }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .accordion {
      --bs-accordion-color: var( --aaio-accordion-color );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-accordion-border-color );
      --bs-accordion-btn-color: var( --aaio-accordion-btn-color );
      --bs-accordion-btn-icon-transform: var( --aaio-accordion-btn-icon-transform );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-accordion-active-color );
      --bs-accordion-active-bg: var( --aaio-accordion-active-bg ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .accordion-button::after, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .accordion-button::after, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .accordion-button::after, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .accordion-button::after, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .accordion-button::after, body:not(.wp-admin) .modal .modal-dialog .modal-content .accordion-button::after,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .accordion-button::after,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .accordion-button::after,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .accordion-button::after,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .accordion-button::after,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .accordion-button::after,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .accordion-button::after {
      background: none;
      content: var(--aaio-accordion-icon);
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: flex;
      align-items: center; }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-primary .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-primary .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-primary .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-primary .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-primary .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-primary .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-primary .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-primary .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-primary .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-primary .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-primary .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-primary .accordion {
      --bs-accordion-color: var( --aaio-primary );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-primary-border );
      --bs-accordion-btn-color: var( --aaio-primary );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-primary-alt );
      --bs-accordion-active-bg: var( --aaio-primary ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-secondary .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-secondary .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-secondary .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-secondary .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-secondary .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-secondary .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-secondary .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-secondary .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-secondary .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-secondary .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-secondary .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-secondary .accordion {
      --bs-accordion-color: var( --aaio-secondary );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-secondary-border );
      --bs-accordion-btn-color: var( --aaio-secondary );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-secondary-alt );
      --bs-accordion-active-bg: var( --aaio-secondary ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-dark .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-dark .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-dark .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-dark .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-dark .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-dark .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-dark .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-dark .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-dark .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-dark .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-dark .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-dark .accordion {
      --bs-accordion-color: var( --aaio-dark );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-dark-border );
      --bs-accordion-btn-color: var( --aaio-dark );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-dark-alt );
      --bs-accordion-active-bg: var( --aaio-dark ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-light .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-light .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-light .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-light .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-light .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-light .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-light .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-light .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-light .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-light .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-light .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-light .accordion {
      --bs-accordion-color: var( --aaio-light );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-light-border );
      --bs-accordion-btn-color: var( --aaio-light );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-light-alt );
      --bs-accordion-active-bg: var( --aaio-light ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-white .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-white .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-white .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-white .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-white .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-white .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-white .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-white .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-white .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-white .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-white .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-white .accordion {
      --bs-accordion-color: var( --aaio-white );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-white-border );
      --bs-accordion-btn-color: var( --aaio-white );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-white-alt );
      --bs-accordion-active-bg: var( --aaio-white ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-success .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-success .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-success .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-success .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-success .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-success .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-success .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-success .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-success .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-success .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-success .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-success .accordion {
      --bs-accordion-color: var( --aaio-success );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-success-border );
      --bs-accordion-btn-color: var( --aaio-success );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-success-alt );
      --bs-accordion-active-bg: var( --aaio-success ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-danger .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-danger .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-danger .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-danger .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-danger .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-danger .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-danger .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-danger .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-danger .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-danger .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-danger .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-danger .accordion {
      --bs-accordion-color: var( --aaio-danger );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-danger-border );
      --bs-accordion-btn-color: var( --aaio-danger );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-danger-alt );
      --bs-accordion-active-bg: var( --aaio-danger ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-warning .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-warning .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-warning .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-warning .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-warning .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-warning .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-warning .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-warning .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-warning .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-warning .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-warning .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-warning .accordion {
      --bs-accordion-color: var( --aaio-warning );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-warning-border );
      --bs-accordion-btn-color: var( --aaio-warning );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-warning-alt );
      --bs-accordion-active-bg: var( --aaio-warning ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .text-info .accordion, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .text-info .accordion, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .text-info .accordion, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .text-info .accordion, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .text-info .accordion, body:not(.wp-admin) .modal .modal-dialog .modal-content .text-info .accordion,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .text-info .accordion,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .text-info .accordion,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .text-info .accordion,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .text-info .accordion,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .text-info .accordion,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .text-info .accordion {
      --bs-accordion-color: var( --aaio-info );
      --bs-accordion-bg: var( --aaio-accordion-bg );
      --bs-accordion-border-color: var( --aaio-info-border );
      --bs-accordion-btn-color: var( --aaio-info );
      --bs-accordion-btn-focus-border-color: var( --aaio-accordion-btn-focus-border-color );
      --bs-accordion-active-color: var( --aaio-info-alt );
      --bs-accordion-active-bg: var( --aaio-info ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .accordion-body .btn-link, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .accordion-body .btn-link, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .accordion-body .btn-link, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .accordion-body .btn-link, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .accordion-body .btn-link, body:not(.wp-admin) .modal .modal-dialog .modal-content .accordion-body .btn-link,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .accordion-body .btn-link,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .accordion-body .btn-link,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .accordion-body .btn-link,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .accordion-body .btn-link,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .accordion-body .btn-link,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .accordion-body .btn-link {
      --aaio-link: var( --bs-accordion-color, inherit ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .table, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .table, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .table, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .table, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .table, body:not(.wp-admin) .modal .modal-dialog .modal-content .table,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .table,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .table,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .table,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .table,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .table,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .table {
      --bs-table-color: var( --aaio-accordion-color );
      --bs-table-bg: var( --aaio-accordion-bg );
      --bs-table-border-color: var( --aaio-accordion-border-color ); }
    body:not(.wp-admin) .modal-sm .modal-dialog .modal-content .list-group, body:not(.wp-admin) .modal-md .modal-dialog .modal-content .list-group, body:not(.wp-admin) .modal-lg .modal-dialog .modal-content .list-group, body:not(.wp-admin) .modal-xl .modal-dialog .modal-content .list-group, body:not(.wp-admin) .modal-xxl .modal-dialog .modal-content .list-group, body:not(.wp-admin) .modal .modal-dialog .modal-content .list-group,
    .editor-styles-wrapper .modal-sm .modal-dialog .modal-content .list-group,
    .editor-styles-wrapper .modal-md .modal-dialog .modal-content .list-group,
    .editor-styles-wrapper .modal-lg .modal-dialog .modal-content .list-group,
    .editor-styles-wrapper .modal-xl .modal-dialog .modal-content .list-group,
    .editor-styles-wrapper .modal-xxl .modal-dialog .modal-content .list-group,
    .editor-styles-wrapper .modal .modal-dialog .modal-content .list-group {
      --bs-list-group-color: var( --aaio-accordion-color );
      --bs-list-group-bg: var( --aaio-accordion-bg );
      --bs-list-group-border-color: var( --aaio-accordion-border-color ); }
  body:not(.wp-admin) .aaio-block .rellax,
  .editor-styles-wrapper .aaio-block .rellax {
    opacity: 0;
    transition: opacity 0.25s ease-in-out; }
    body:not(.wp-admin) .aaio-block .rellax.rellax-loaded,
    .editor-styles-wrapper .aaio-block .rellax.rellax-loaded {
      opacity: 1; }

.editor-styles-wrapper .aaio-block .rellax {
  opacity: 1; }

/**
 * -----------------------------------------------------------------------
 * Blocks
 * -----------------------------------------------------------------------
 */
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-default .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-default .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-default.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-default:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-default:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-default:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-default:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }

body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-primary-alt);
    background: linear-gradient(-45deg, var(--aaio-primary), var(--aaio-primary-alt), var(--aaio-primary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-primary-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-secondary-alt);
    background: linear-gradient(-45deg, var(--aaio-secondary), var(--aaio-secondary-alt), var(--aaio-secondary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-secondary-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-alternate .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-alternate .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-alternate.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-alternate:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-primary );
    --aaio-border-color: var(--aaio-primary-alt-border);
    --aaio-block-bg-darker: var( --aaio-primary-darker );
    --aaio-block-bg-lighter: var( --aaio-primary-lighter );
    --aaio-text: var( --aaio-primary-alt );
    --aaio-text-lighter: var( --aaio-primary-alt-lighter );
    --aaio-text-darker: var( --aaio-primary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-primary-alt);
      color: var(--aaio-primary-alt);
      border-color: var(--aaio-primary-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-primary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-primary)), var(--aaio-var(--aaio-primary)-alt), var(--aaio-var(--aaio-primary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-primary)-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light)), var(--aaio-var(--aaio-light)-alt), var(--aaio-var(--aaio-light)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light)-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-secondary );
    --aaio-border-color: var(--aaio-secondary-alt-border);
    --aaio-block-bg-darker: var( --aaio-secondary-darker );
    --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
    --aaio-text: var( --aaio-secondary-alt );
    --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
    --aaio-text-darker: var( --aaio-secondary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-secondary-alt);
      color: var(--aaio-secondary-alt);
      border-color: var(--aaio-secondary-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-secondary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-secondary)), var(--aaio-var(--aaio-secondary)-alt), var(--aaio-var(--aaio-secondary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-secondary)-alt); }
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark)), var(--aaio-var(--aaio-dark)-alt), var(--aaio-var(--aaio-dark)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark)-alt); }

body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark-lighter); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark-darker); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark-lighter); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-alternate-dark .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-alternate-dark.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark)), var(--aaio-var(--aaio-dark)-alt), var(--aaio-var(--aaio-dark)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark)-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-dark-lighter); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark-lighter)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark-lighter)), var(--aaio-var(--aaio-dark-lighter)-alt), var(--aaio-var(--aaio-dark-lighter)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark-lighter)-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-dark-darker); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark-darker)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark-darker)), var(--aaio-var(--aaio-dark-darker)-alt), var(--aaio-var(--aaio-dark-darker)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark-darker)-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark)), var(--aaio-var(--aaio-dark)-alt), var(--aaio-var(--aaio-dark)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark)-alt); }
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-dark-lighter); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark-lighter)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark-lighter)), var(--aaio-var(--aaio-dark-lighter)-alt), var(--aaio-var(--aaio-dark-lighter)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark-lighter)-alt); }

body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light-lighter); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light-darker); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light-lighter); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-alternate-light .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-alternate-light.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-light-lighter); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light-lighter)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light-lighter)), var(--aaio-var(--aaio-light-lighter)-alt), var(--aaio-var(--aaio-light-lighter)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light-lighter)-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-light-darker); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light-darker)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light-darker)), var(--aaio-var(--aaio-light-darker)-alt), var(--aaio-var(--aaio-light-darker)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light-darker)-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light)), var(--aaio-var(--aaio-light)-alt), var(--aaio-var(--aaio-light)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light)-alt); }
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-light-lighter); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light-lighter)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light-lighter)), var(--aaio-var(--aaio-light-lighter)-alt), var(--aaio-var(--aaio-light-lighter)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-alternate-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light-lighter)-alt); }

body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-white .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-white .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-white.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-white:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-white:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }
  body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-white );
    --aaio-border-color: var(--aaio-white-alt-border);
    --aaio-block-bg-darker: var( --aaio-white-darker );
    --aaio-block-bg-lighter: var( --aaio-white-lighter );
    --aaio-text: var( --aaio-white-alt );
    --aaio-text-lighter: var( --aaio-white-alt-lighter );
    --aaio-text-darker: var( --aaio-white-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-white-alt);
      color: var(--aaio-white-alt);
      border-color: var(--aaio-white-alt); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-white-alt); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-white)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-white)), var(--aaio-var(--aaio-white)-alt), var(--aaio-var(--aaio-white)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-white:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-white:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-white)-alt); }

body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-primary-alt);
    background: linear-gradient(-45deg, var(--aaio-primary), var(--aaio-primary-alt), var(--aaio-primary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-primary-alt);
    background: linear-gradient(-45deg, var(--aaio-primary), var(--aaio-primary-alt), var(--aaio-primary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-primary-alt);
    background: linear-gradient(-45deg, var(--aaio-primary), var(--aaio-primary-alt), var(--aaio-primary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-primary-alt);
    background: linear-gradient(-45deg, var(--aaio-primary), var(--aaio-primary-alt), var(--aaio-primary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-primary-alt);
    background: linear-gradient(-45deg, var(--aaio-primary), var(--aaio-primary-alt), var(--aaio-primary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-primary .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-primary .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-primary.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-primary:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-primary );
    --aaio-border-color: var(--aaio-primary-alt-border);
    --aaio-block-bg-darker: var( --aaio-primary-darker );
    --aaio-block-bg-lighter: var( --aaio-primary-lighter );
    --aaio-text: var( --aaio-primary-alt );
    --aaio-text-lighter: var( --aaio-primary-alt-lighter );
    --aaio-text-darker: var( --aaio-primary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-primary-alt);
      color: var(--aaio-primary-alt);
      border-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-primary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-primary)), var(--aaio-var(--aaio-primary)-alt), var(--aaio-var(--aaio-primary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-primary)-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-primary );
    --aaio-border-color: var(--aaio-primary-alt-border);
    --aaio-block-bg-darker: var( --aaio-primary-darker );
    --aaio-block-bg-lighter: var( --aaio-primary-lighter );
    --aaio-text: var( --aaio-primary-alt );
    --aaio-text-lighter: var( --aaio-primary-alt-lighter );
    --aaio-text-darker: var( --aaio-primary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-primary-alt);
      color: var(--aaio-primary-alt);
      border-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-primary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-primary)), var(--aaio-var(--aaio-primary)-alt), var(--aaio-var(--aaio-primary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-primary)-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-primary );
    --aaio-border-color: var(--aaio-primary-alt-border);
    --aaio-block-bg-darker: var( --aaio-primary-darker );
    --aaio-block-bg-lighter: var( --aaio-primary-lighter );
    --aaio-text: var( --aaio-primary-alt );
    --aaio-text-lighter: var( --aaio-primary-alt-lighter );
    --aaio-text-darker: var( --aaio-primary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-primary-alt);
      color: var(--aaio-primary-alt);
      border-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-primary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-primary)), var(--aaio-var(--aaio-primary)-alt), var(--aaio-var(--aaio-primary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-primary)-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-primary );
    --aaio-border-color: var(--aaio-primary-alt-border);
    --aaio-block-bg-darker: var( --aaio-primary-darker );
    --aaio-block-bg-lighter: var( --aaio-primary-lighter );
    --aaio-text: var( --aaio-primary-alt );
    --aaio-text-lighter: var( --aaio-primary-alt-lighter );
    --aaio-text-darker: var( --aaio-primary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-primary-alt);
      color: var(--aaio-primary-alt);
      border-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-primary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-primary)), var(--aaio-var(--aaio-primary)-alt), var(--aaio-var(--aaio-primary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-primary)-alt); }
  body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-primary );
    --aaio-border-color: var(--aaio-primary-alt-border);
    --aaio-block-bg-darker: var( --aaio-primary-darker );
    --aaio-block-bg-lighter: var( --aaio-primary-lighter );
    --aaio-text: var( --aaio-primary-alt );
    --aaio-text-lighter: var( --aaio-primary-alt-lighter );
    --aaio-text-darker: var( --aaio-primary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-primary-alt);
      color: var(--aaio-primary-alt);
      border-color: var(--aaio-primary-alt); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-primary-alt); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-primary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-primary)), var(--aaio-var(--aaio-primary)-alt), var(--aaio-var(--aaio-primary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-primary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-primary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-primary)-alt); }

body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-secondary-alt);
    background: linear-gradient(-45deg, var(--aaio-secondary), var(--aaio-secondary-alt), var(--aaio-secondary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-secondary-alt);
    background: linear-gradient(-45deg, var(--aaio-secondary), var(--aaio-secondary-alt), var(--aaio-secondary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-secondary-alt);
    background: linear-gradient(-45deg, var(--aaio-secondary), var(--aaio-secondary-alt), var(--aaio-secondary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-secondary-alt);
    background: linear-gradient(-45deg, var(--aaio-secondary), var(--aaio-secondary-alt), var(--aaio-secondary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-secondary-alt);
    background: linear-gradient(-45deg, var(--aaio-secondary), var(--aaio-secondary-alt), var(--aaio-secondary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-secondary .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-secondary .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-secondary.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-secondary:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-secondary );
    --aaio-border-color: var(--aaio-secondary-alt-border);
    --aaio-block-bg-darker: var( --aaio-secondary-darker );
    --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
    --aaio-text: var( --aaio-secondary-alt );
    --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
    --aaio-text-darker: var( --aaio-secondary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-secondary-alt);
      color: var(--aaio-secondary-alt);
      border-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-secondary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-secondary)), var(--aaio-var(--aaio-secondary)-alt), var(--aaio-var(--aaio-secondary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-secondary)-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-secondary );
    --aaio-border-color: var(--aaio-secondary-alt-border);
    --aaio-block-bg-darker: var( --aaio-secondary-darker );
    --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
    --aaio-text: var( --aaio-secondary-alt );
    --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
    --aaio-text-darker: var( --aaio-secondary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-secondary-alt);
      color: var(--aaio-secondary-alt);
      border-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-secondary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-secondary)), var(--aaio-var(--aaio-secondary)-alt), var(--aaio-var(--aaio-secondary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-secondary)-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-secondary );
    --aaio-border-color: var(--aaio-secondary-alt-border);
    --aaio-block-bg-darker: var( --aaio-secondary-darker );
    --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
    --aaio-text: var( --aaio-secondary-alt );
    --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
    --aaio-text-darker: var( --aaio-secondary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-secondary-alt);
      color: var(--aaio-secondary-alt);
      border-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-secondary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-secondary)), var(--aaio-var(--aaio-secondary)-alt), var(--aaio-var(--aaio-secondary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-secondary)-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-secondary );
    --aaio-border-color: var(--aaio-secondary-alt-border);
    --aaio-block-bg-darker: var( --aaio-secondary-darker );
    --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
    --aaio-text: var( --aaio-secondary-alt );
    --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
    --aaio-text-darker: var( --aaio-secondary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-secondary-alt);
      color: var(--aaio-secondary-alt);
      border-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-secondary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-secondary)), var(--aaio-var(--aaio-secondary)-alt), var(--aaio-var(--aaio-secondary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-secondary)-alt); }
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-secondary );
    --aaio-border-color: var(--aaio-secondary-alt-border);
    --aaio-block-bg-darker: var( --aaio-secondary-darker );
    --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
    --aaio-text: var( --aaio-secondary-alt );
    --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
    --aaio-text-darker: var( --aaio-secondary-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-secondary-alt);
      color: var(--aaio-secondary-alt);
      border-color: var(--aaio-secondary-alt); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-secondary-alt); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-secondary)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-secondary)), var(--aaio-var(--aaio-secondary)-alt), var(--aaio-var(--aaio-secondary)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-secondary:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-secondary)-alt); }

body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-dark .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-dark .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-dark.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-dark:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark)), var(--aaio-var(--aaio-dark)-alt), var(--aaio-var(--aaio-dark)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark)-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark)), var(--aaio-var(--aaio-dark)-alt), var(--aaio-var(--aaio-dark)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark)-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark)), var(--aaio-var(--aaio-dark)-alt), var(--aaio-var(--aaio-dark)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark)-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark)), var(--aaio-var(--aaio-dark)-alt), var(--aaio-var(--aaio-dark)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark)-alt); }
  body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-dark );
    --aaio-border-color: var(--aaio-dark-alt-border);
    --aaio-block-bg-darker: var( --aaio-dark-darker );
    --aaio-block-bg-lighter: var( --aaio-dark-lighter );
    --aaio-text: var( --aaio-dark-alt );
    --aaio-text-lighter: var( --aaio-dark-alt-lighter );
    --aaio-text-darker: var( --aaio-dark-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-dark-alt);
      color: var(--aaio-dark-alt);
      border-color: var(--aaio-dark-alt); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-dark-alt); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-dark)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-dark)), var(--aaio-var(--aaio-dark)-alt), var(--aaio-var(--aaio-dark)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-dark:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-dark:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-dark)-alt); }

body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-light .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-light .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-light.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-light:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-light:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light)), var(--aaio-var(--aaio-light)-alt), var(--aaio-var(--aaio-light)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light)-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light)), var(--aaio-var(--aaio-light)-alt), var(--aaio-var(--aaio-light)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light)-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light)), var(--aaio-var(--aaio-light)-alt), var(--aaio-var(--aaio-light)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light)-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light)), var(--aaio-var(--aaio-light)-alt), var(--aaio-var(--aaio-light)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light)-alt); }
  body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-light );
    --aaio-border-color: var(--aaio-light-alt-border);
    --aaio-block-bg-darker: var( --aaio-light-darker );
    --aaio-block-bg-lighter: var( --aaio-light-lighter );
    --aaio-text: var( --aaio-light-alt );
    --aaio-text-lighter: var( --aaio-light-alt-lighter );
    --aaio-text-darker: var( --aaio-light-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-light-alt);
      color: var(--aaio-light-alt);
      border-color: var(--aaio-light-alt); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-light-alt); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-light)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-light)), var(--aaio-var(--aaio-light)-alt), var(--aaio-var(--aaio-light)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-light:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-light:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-light)-alt); }

body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-success );
  --aaio-border-color: var(--aaio-success-alt-border);
  --aaio-block-bg-darker: var( --aaio-success-darker );
  --aaio-block-bg-lighter: var( --aaio-success-lighter );
  --aaio-text: var( --aaio-success-alt );
  --aaio-text-lighter: var( --aaio-success-alt-lighter );
  --aaio-text-darker: var( --aaio-success-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-success-alt);
    color: var(--aaio-success-alt);
    border-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-success-alt);
    background: linear-gradient(-45deg, var(--aaio-success), var(--aaio-success-alt), var(--aaio-success));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-success );
  --aaio-border-color: var(--aaio-success-alt-border);
  --aaio-block-bg-darker: var( --aaio-success-darker );
  --aaio-block-bg-lighter: var( --aaio-success-lighter );
  --aaio-text: var( --aaio-success-alt );
  --aaio-text-lighter: var( --aaio-success-alt-lighter );
  --aaio-text-darker: var( --aaio-success-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-success-alt);
    color: var(--aaio-success-alt);
    border-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-success-alt);
    background: linear-gradient(-45deg, var(--aaio-success), var(--aaio-success-alt), var(--aaio-success));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-success );
  --aaio-border-color: var(--aaio-success-alt-border);
  --aaio-block-bg-darker: var( --aaio-success-darker );
  --aaio-block-bg-lighter: var( --aaio-success-lighter );
  --aaio-text: var( --aaio-success-alt );
  --aaio-text-lighter: var( --aaio-success-alt-lighter );
  --aaio-text-darker: var( --aaio-success-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-success-alt);
    color: var(--aaio-success-alt);
    border-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-success-alt);
    background: linear-gradient(-45deg, var(--aaio-success), var(--aaio-success-alt), var(--aaio-success));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-success );
  --aaio-border-color: var(--aaio-success-alt-border);
  --aaio-block-bg-darker: var( --aaio-success-darker );
  --aaio-block-bg-lighter: var( --aaio-success-lighter );
  --aaio-text: var( --aaio-success-alt );
  --aaio-text-lighter: var( --aaio-success-alt-lighter );
  --aaio-text-darker: var( --aaio-success-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-success-alt);
    color: var(--aaio-success-alt);
    border-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-success-alt);
    background: linear-gradient(-45deg, var(--aaio-success), var(--aaio-success-alt), var(--aaio-success));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-success );
  --aaio-border-color: var(--aaio-success-alt-border);
  --aaio-block-bg-darker: var( --aaio-success-darker );
  --aaio-block-bg-lighter: var( --aaio-success-lighter );
  --aaio-text: var( --aaio-success-alt );
  --aaio-text-lighter: var( --aaio-success-alt-lighter );
  --aaio-text-darker: var( --aaio-success-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-success-alt);
    color: var(--aaio-success-alt);
    border-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-success-alt);
    background: linear-gradient(-45deg, var(--aaio-success), var(--aaio-success-alt), var(--aaio-success));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-success );
  --aaio-border-color: var(--aaio-success-alt-border);
  --aaio-block-bg-darker: var( --aaio-success-darker );
  --aaio-block-bg-lighter: var( --aaio-success-lighter );
  --aaio-text: var( --aaio-success-alt );
  --aaio-text-lighter: var( --aaio-success-alt-lighter );
  --aaio-text-darker: var( --aaio-success-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-success-alt);
    color: var(--aaio-success-alt);
    border-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-success );
  --aaio-border-color: var(--aaio-success-alt-border);
  --aaio-block-bg-darker: var( --aaio-success-darker );
  --aaio-block-bg-lighter: var( --aaio-success-lighter );
  --aaio-text: var( --aaio-success-alt );
  --aaio-text-lighter: var( --aaio-success-alt-lighter );
  --aaio-text-darker: var( --aaio-success-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-success-alt);
    color: var(--aaio-success-alt);
    border-color: var(--aaio-success-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-success .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-success .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-success.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-success:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-success:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-success );
    --aaio-border-color: var(--aaio-success-alt-border);
    --aaio-block-bg-darker: var( --aaio-success-darker );
    --aaio-block-bg-lighter: var( --aaio-success-lighter );
    --aaio-text: var( --aaio-success-alt );
    --aaio-text-lighter: var( --aaio-success-alt-lighter );
    --aaio-text-darker: var( --aaio-success-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-success-alt);
      color: var(--aaio-success-alt);
      border-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-success)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-success)), var(--aaio-var(--aaio-success)-alt), var(--aaio-var(--aaio-success)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-success)-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-success );
    --aaio-border-color: var(--aaio-success-alt-border);
    --aaio-block-bg-darker: var( --aaio-success-darker );
    --aaio-block-bg-lighter: var( --aaio-success-lighter );
    --aaio-text: var( --aaio-success-alt );
    --aaio-text-lighter: var( --aaio-success-alt-lighter );
    --aaio-text-darker: var( --aaio-success-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-success-alt);
      color: var(--aaio-success-alt);
      border-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-success)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-success)), var(--aaio-var(--aaio-success)-alt), var(--aaio-var(--aaio-success)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-success)-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-success );
    --aaio-border-color: var(--aaio-success-alt-border);
    --aaio-block-bg-darker: var( --aaio-success-darker );
    --aaio-block-bg-lighter: var( --aaio-success-lighter );
    --aaio-text: var( --aaio-success-alt );
    --aaio-text-lighter: var( --aaio-success-alt-lighter );
    --aaio-text-darker: var( --aaio-success-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-success-alt);
      color: var(--aaio-success-alt);
      border-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-success)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-success)), var(--aaio-var(--aaio-success)-alt), var(--aaio-var(--aaio-success)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-success)-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-success );
    --aaio-border-color: var(--aaio-success-alt-border);
    --aaio-block-bg-darker: var( --aaio-success-darker );
    --aaio-block-bg-lighter: var( --aaio-success-lighter );
    --aaio-text: var( --aaio-success-alt );
    --aaio-text-lighter: var( --aaio-success-alt-lighter );
    --aaio-text-darker: var( --aaio-success-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-success-alt);
      color: var(--aaio-success-alt);
      border-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-success)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-success)), var(--aaio-var(--aaio-success)-alt), var(--aaio-var(--aaio-success)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-success)-alt); }
  body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-success );
    --aaio-border-color: var(--aaio-success-alt-border);
    --aaio-block-bg-darker: var( --aaio-success-darker );
    --aaio-block-bg-lighter: var( --aaio-success-lighter );
    --aaio-text: var( --aaio-success-alt );
    --aaio-text-lighter: var( --aaio-success-alt-lighter );
    --aaio-text-darker: var( --aaio-success-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-success-alt);
      color: var(--aaio-success-alt);
      border-color: var(--aaio-success-alt); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-success-alt); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-success)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-success)), var(--aaio-var(--aaio-success)-alt), var(--aaio-var(--aaio-success)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-success:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-success:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-success)-alt); }

body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-warning );
  --aaio-border-color: var(--aaio-warning-alt-border);
  --aaio-block-bg-darker: var( --aaio-warning-darker );
  --aaio-block-bg-lighter: var( --aaio-warning-lighter );
  --aaio-text: var( --aaio-warning-alt );
  --aaio-text-lighter: var( --aaio-warning-alt-lighter );
  --aaio-text-darker: var( --aaio-warning-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-warning-alt);
    color: var(--aaio-warning-alt);
    border-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-warning-alt);
    background: linear-gradient(-45deg, var(--aaio-warning), var(--aaio-warning-alt), var(--aaio-warning));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-warning );
  --aaio-border-color: var(--aaio-warning-alt-border);
  --aaio-block-bg-darker: var( --aaio-warning-darker );
  --aaio-block-bg-lighter: var( --aaio-warning-lighter );
  --aaio-text: var( --aaio-warning-alt );
  --aaio-text-lighter: var( --aaio-warning-alt-lighter );
  --aaio-text-darker: var( --aaio-warning-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-warning-alt);
    color: var(--aaio-warning-alt);
    border-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-warning-alt);
    background: linear-gradient(-45deg, var(--aaio-warning), var(--aaio-warning-alt), var(--aaio-warning));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-warning );
  --aaio-border-color: var(--aaio-warning-alt-border);
  --aaio-block-bg-darker: var( --aaio-warning-darker );
  --aaio-block-bg-lighter: var( --aaio-warning-lighter );
  --aaio-text: var( --aaio-warning-alt );
  --aaio-text-lighter: var( --aaio-warning-alt-lighter );
  --aaio-text-darker: var( --aaio-warning-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-warning-alt);
    color: var(--aaio-warning-alt);
    border-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-warning-alt);
    background: linear-gradient(-45deg, var(--aaio-warning), var(--aaio-warning-alt), var(--aaio-warning));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-warning );
  --aaio-border-color: var(--aaio-warning-alt-border);
  --aaio-block-bg-darker: var( --aaio-warning-darker );
  --aaio-block-bg-lighter: var( --aaio-warning-lighter );
  --aaio-text: var( --aaio-warning-alt );
  --aaio-text-lighter: var( --aaio-warning-alt-lighter );
  --aaio-text-darker: var( --aaio-warning-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-warning-alt);
    color: var(--aaio-warning-alt);
    border-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-warning-alt);
    background: linear-gradient(-45deg, var(--aaio-warning), var(--aaio-warning-alt), var(--aaio-warning));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-warning );
  --aaio-border-color: var(--aaio-warning-alt-border);
  --aaio-block-bg-darker: var( --aaio-warning-darker );
  --aaio-block-bg-lighter: var( --aaio-warning-lighter );
  --aaio-text: var( --aaio-warning-alt );
  --aaio-text-lighter: var( --aaio-warning-alt-lighter );
  --aaio-text-darker: var( --aaio-warning-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-warning-alt);
    color: var(--aaio-warning-alt);
    border-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-warning-alt);
    background: linear-gradient(-45deg, var(--aaio-warning), var(--aaio-warning-alt), var(--aaio-warning));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-warning );
  --aaio-border-color: var(--aaio-warning-alt-border);
  --aaio-block-bg-darker: var( --aaio-warning-darker );
  --aaio-block-bg-lighter: var( --aaio-warning-lighter );
  --aaio-text: var( --aaio-warning-alt );
  --aaio-text-lighter: var( --aaio-warning-alt-lighter );
  --aaio-text-darker: var( --aaio-warning-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-warning-alt);
    color: var(--aaio-warning-alt);
    border-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-warning );
  --aaio-border-color: var(--aaio-warning-alt-border);
  --aaio-block-bg-darker: var( --aaio-warning-darker );
  --aaio-block-bg-lighter: var( --aaio-warning-lighter );
  --aaio-text: var( --aaio-warning-alt );
  --aaio-text-lighter: var( --aaio-warning-alt-lighter );
  --aaio-text-darker: var( --aaio-warning-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-warning-alt);
    color: var(--aaio-warning-alt);
    border-color: var(--aaio-warning-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-warning .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-warning .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-warning.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-warning:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-warning );
    --aaio-border-color: var(--aaio-warning-alt-border);
    --aaio-block-bg-darker: var( --aaio-warning-darker );
    --aaio-block-bg-lighter: var( --aaio-warning-lighter );
    --aaio-text: var( --aaio-warning-alt );
    --aaio-text-lighter: var( --aaio-warning-alt-lighter );
    --aaio-text-darker: var( --aaio-warning-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-warning-alt);
      color: var(--aaio-warning-alt);
      border-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-warning)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-warning)), var(--aaio-var(--aaio-warning)-alt), var(--aaio-var(--aaio-warning)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-warning)-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-warning );
    --aaio-border-color: var(--aaio-warning-alt-border);
    --aaio-block-bg-darker: var( --aaio-warning-darker );
    --aaio-block-bg-lighter: var( --aaio-warning-lighter );
    --aaio-text: var( --aaio-warning-alt );
    --aaio-text-lighter: var( --aaio-warning-alt-lighter );
    --aaio-text-darker: var( --aaio-warning-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-warning-alt);
      color: var(--aaio-warning-alt);
      border-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-warning)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-warning)), var(--aaio-var(--aaio-warning)-alt), var(--aaio-var(--aaio-warning)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-warning)-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-warning );
    --aaio-border-color: var(--aaio-warning-alt-border);
    --aaio-block-bg-darker: var( --aaio-warning-darker );
    --aaio-block-bg-lighter: var( --aaio-warning-lighter );
    --aaio-text: var( --aaio-warning-alt );
    --aaio-text-lighter: var( --aaio-warning-alt-lighter );
    --aaio-text-darker: var( --aaio-warning-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-warning-alt);
      color: var(--aaio-warning-alt);
      border-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-warning)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-warning)), var(--aaio-var(--aaio-warning)-alt), var(--aaio-var(--aaio-warning)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-warning)-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-warning );
    --aaio-border-color: var(--aaio-warning-alt-border);
    --aaio-block-bg-darker: var( --aaio-warning-darker );
    --aaio-block-bg-lighter: var( --aaio-warning-lighter );
    --aaio-text: var( --aaio-warning-alt );
    --aaio-text-lighter: var( --aaio-warning-alt-lighter );
    --aaio-text-darker: var( --aaio-warning-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-warning-alt);
      color: var(--aaio-warning-alt);
      border-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-warning)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-warning)), var(--aaio-var(--aaio-warning)-alt), var(--aaio-var(--aaio-warning)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-warning)-alt); }
  body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-warning );
    --aaio-border-color: var(--aaio-warning-alt-border);
    --aaio-block-bg-darker: var( --aaio-warning-darker );
    --aaio-block-bg-lighter: var( --aaio-warning-lighter );
    --aaio-text: var( --aaio-warning-alt );
    --aaio-text-lighter: var( --aaio-warning-alt-lighter );
    --aaio-text-darker: var( --aaio-warning-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-warning-alt);
      color: var(--aaio-warning-alt);
      border-color: var(--aaio-warning-alt); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-warning-alt); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-warning)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-warning)), var(--aaio-var(--aaio-warning)-alt), var(--aaio-var(--aaio-warning)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-warning:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-warning:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-warning)-alt); }

body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-danger );
  --aaio-border-color: var(--aaio-danger-alt-border);
  --aaio-block-bg-darker: var( --aaio-danger-darker );
  --aaio-block-bg-lighter: var( --aaio-danger-lighter );
  --aaio-text: var( --aaio-danger-alt );
  --aaio-text-lighter: var( --aaio-danger-alt-lighter );
  --aaio-text-darker: var( --aaio-danger-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-danger-alt);
    color: var(--aaio-danger-alt);
    border-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-danger-alt);
    background: linear-gradient(-45deg, var(--aaio-danger), var(--aaio-danger-alt), var(--aaio-danger));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-danger );
  --aaio-border-color: var(--aaio-danger-alt-border);
  --aaio-block-bg-darker: var( --aaio-danger-darker );
  --aaio-block-bg-lighter: var( --aaio-danger-lighter );
  --aaio-text: var( --aaio-danger-alt );
  --aaio-text-lighter: var( --aaio-danger-alt-lighter );
  --aaio-text-darker: var( --aaio-danger-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-danger-alt);
    color: var(--aaio-danger-alt);
    border-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-danger-alt);
    background: linear-gradient(-45deg, var(--aaio-danger), var(--aaio-danger-alt), var(--aaio-danger));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-danger );
  --aaio-border-color: var(--aaio-danger-alt-border);
  --aaio-block-bg-darker: var( --aaio-danger-darker );
  --aaio-block-bg-lighter: var( --aaio-danger-lighter );
  --aaio-text: var( --aaio-danger-alt );
  --aaio-text-lighter: var( --aaio-danger-alt-lighter );
  --aaio-text-darker: var( --aaio-danger-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-danger-alt);
    color: var(--aaio-danger-alt);
    border-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-danger-alt);
    background: linear-gradient(-45deg, var(--aaio-danger), var(--aaio-danger-alt), var(--aaio-danger));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-danger );
  --aaio-border-color: var(--aaio-danger-alt-border);
  --aaio-block-bg-darker: var( --aaio-danger-darker );
  --aaio-block-bg-lighter: var( --aaio-danger-lighter );
  --aaio-text: var( --aaio-danger-alt );
  --aaio-text-lighter: var( --aaio-danger-alt-lighter );
  --aaio-text-darker: var( --aaio-danger-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-danger-alt);
    color: var(--aaio-danger-alt);
    border-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-danger-alt);
    background: linear-gradient(-45deg, var(--aaio-danger), var(--aaio-danger-alt), var(--aaio-danger));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-danger );
  --aaio-border-color: var(--aaio-danger-alt-border);
  --aaio-block-bg-darker: var( --aaio-danger-darker );
  --aaio-block-bg-lighter: var( --aaio-danger-lighter );
  --aaio-text: var( --aaio-danger-alt );
  --aaio-text-lighter: var( --aaio-danger-alt-lighter );
  --aaio-text-darker: var( --aaio-danger-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-danger-alt);
    color: var(--aaio-danger-alt);
    border-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-danger-alt);
    background: linear-gradient(-45deg, var(--aaio-danger), var(--aaio-danger-alt), var(--aaio-danger));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-danger );
  --aaio-border-color: var(--aaio-danger-alt-border);
  --aaio-block-bg-darker: var( --aaio-danger-darker );
  --aaio-block-bg-lighter: var( --aaio-danger-lighter );
  --aaio-text: var( --aaio-danger-alt );
  --aaio-text-lighter: var( --aaio-danger-alt-lighter );
  --aaio-text-darker: var( --aaio-danger-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-danger-alt);
    color: var(--aaio-danger-alt);
    border-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-danger );
  --aaio-border-color: var(--aaio-danger-alt-border);
  --aaio-block-bg-darker: var( --aaio-danger-darker );
  --aaio-block-bg-lighter: var( --aaio-danger-lighter );
  --aaio-text: var( --aaio-danger-alt );
  --aaio-text-lighter: var( --aaio-danger-alt-lighter );
  --aaio-text-darker: var( --aaio-danger-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-danger-alt);
    color: var(--aaio-danger-alt);
    border-color: var(--aaio-danger-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-danger .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-danger .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-danger.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-danger:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-danger );
    --aaio-border-color: var(--aaio-danger-alt-border);
    --aaio-block-bg-darker: var( --aaio-danger-darker );
    --aaio-block-bg-lighter: var( --aaio-danger-lighter );
    --aaio-text: var( --aaio-danger-alt );
    --aaio-text-lighter: var( --aaio-danger-alt-lighter );
    --aaio-text-darker: var( --aaio-danger-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-danger-alt);
      color: var(--aaio-danger-alt);
      border-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-danger)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-danger)), var(--aaio-var(--aaio-danger)-alt), var(--aaio-var(--aaio-danger)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-danger)-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-danger );
    --aaio-border-color: var(--aaio-danger-alt-border);
    --aaio-block-bg-darker: var( --aaio-danger-darker );
    --aaio-block-bg-lighter: var( --aaio-danger-lighter );
    --aaio-text: var( --aaio-danger-alt );
    --aaio-text-lighter: var( --aaio-danger-alt-lighter );
    --aaio-text-darker: var( --aaio-danger-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-danger-alt);
      color: var(--aaio-danger-alt);
      border-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-danger)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-danger)), var(--aaio-var(--aaio-danger)-alt), var(--aaio-var(--aaio-danger)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-danger)-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-danger );
    --aaio-border-color: var(--aaio-danger-alt-border);
    --aaio-block-bg-darker: var( --aaio-danger-darker );
    --aaio-block-bg-lighter: var( --aaio-danger-lighter );
    --aaio-text: var( --aaio-danger-alt );
    --aaio-text-lighter: var( --aaio-danger-alt-lighter );
    --aaio-text-darker: var( --aaio-danger-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-danger-alt);
      color: var(--aaio-danger-alt);
      border-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-danger)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-danger)), var(--aaio-var(--aaio-danger)-alt), var(--aaio-var(--aaio-danger)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-danger)-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-danger );
    --aaio-border-color: var(--aaio-danger-alt-border);
    --aaio-block-bg-darker: var( --aaio-danger-darker );
    --aaio-block-bg-lighter: var( --aaio-danger-lighter );
    --aaio-text: var( --aaio-danger-alt );
    --aaio-text-lighter: var( --aaio-danger-alt-lighter );
    --aaio-text-darker: var( --aaio-danger-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-danger-alt);
      color: var(--aaio-danger-alt);
      border-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-danger)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-danger)), var(--aaio-var(--aaio-danger)-alt), var(--aaio-var(--aaio-danger)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-danger)-alt); }
  body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-danger );
    --aaio-border-color: var(--aaio-danger-alt-border);
    --aaio-block-bg-darker: var( --aaio-danger-darker );
    --aaio-block-bg-lighter: var( --aaio-danger-lighter );
    --aaio-text: var( --aaio-danger-alt );
    --aaio-text-lighter: var( --aaio-danger-alt-lighter );
    --aaio-text-darker: var( --aaio-danger-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-danger-alt);
      color: var(--aaio-danger-alt);
      border-color: var(--aaio-danger-alt); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-danger-alt); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-danger)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-danger)), var(--aaio-var(--aaio-danger)-alt), var(--aaio-var(--aaio-danger)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-danger:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-danger:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-danger)-alt); }

body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-overlay,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-body-logo > div {
  transition: all 0.5s ease-in-out; }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block:before,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block .aaio-block-container::after {
  content: ''; }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block {
  --aaio-block-bg: var( --aaio-info );
  --aaio-border-color: var(--aaio-info-alt-border);
  --aaio-block-bg-darker: var( --aaio-info-darker );
  --aaio-block-bg-lighter: var( --aaio-info-lighter );
  --aaio-text: var( --aaio-info-alt );
  --aaio-text-lighter: var( --aaio-info-alt-lighter );
  --aaio-text-darker: var( --aaio-info-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-after-title {
    background-color: var(--aaio-info-alt);
    color: var(--aaio-info-alt);
    border-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-info-alt);
    background: linear-gradient(-45deg, var(--aaio-info), var(--aaio-info-alt), var(--aaio-info));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+1) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block {
  --aaio-block-bg: var( --aaio-info );
  --aaio-border-color: var(--aaio-info-alt-border);
  --aaio-block-bg-darker: var( --aaio-info-darker );
  --aaio-block-bg-lighter: var( --aaio-info-lighter );
  --aaio-text: var( --aaio-info-alt );
  --aaio-text-lighter: var( --aaio-info-alt-lighter );
  --aaio-text-darker: var( --aaio-info-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-after-title {
    background-color: var(--aaio-info-alt);
    color: var(--aaio-info-alt);
    border-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-info-alt);
    background: linear-gradient(-45deg, var(--aaio-info), var(--aaio-info-alt), var(--aaio-info));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+2) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block {
  --aaio-block-bg: var( --aaio-info );
  --aaio-border-color: var(--aaio-info-alt-border);
  --aaio-block-bg-darker: var( --aaio-info-darker );
  --aaio-block-bg-lighter: var( --aaio-info-lighter );
  --aaio-text: var( --aaio-info-alt );
  --aaio-text-lighter: var( --aaio-info-alt-lighter );
  --aaio-text-darker: var( --aaio-info-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-after-title {
    background-color: var(--aaio-info-alt);
    color: var(--aaio-info-alt);
    border-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-info-alt);
    background: linear-gradient(-45deg, var(--aaio-info), var(--aaio-info-alt), var(--aaio-info));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+3) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block {
  --aaio-block-bg: var( --aaio-info );
  --aaio-border-color: var(--aaio-info-alt-border);
  --aaio-block-bg-darker: var( --aaio-info-darker );
  --aaio-block-bg-lighter: var( --aaio-info-lighter );
  --aaio-text: var( --aaio-info-alt );
  --aaio-text-lighter: var( --aaio-info-alt-lighter );
  --aaio-text-darker: var( --aaio-info-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-after-title {
    background-color: var(--aaio-info-alt);
    color: var(--aaio-info-alt);
    border-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-info-alt);
    background: linear-gradient(-45deg, var(--aaio-info), var(--aaio-info-alt), var(--aaio-info));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+4) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block,
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block {
  --aaio-block-bg: var( --aaio-info );
  --aaio-border-color: var(--aaio-info-alt-border);
  --aaio-block-bg-darker: var( --aaio-info-darker );
  --aaio-block-bg-lighter: var( --aaio-info-lighter );
  --aaio-text: var( --aaio-info-alt );
  --aaio-text-lighter: var( --aaio-info-alt-lighter );
  --aaio-text-darker: var( --aaio-info-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-block-container:after {
    background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-after-title {
    background-color: var(--aaio-info-alt);
    color: var(--aaio-info-alt);
    border-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-pattern span {
    background-color: var(--aaio-info-alt);
    background: linear-gradient(-45deg, var(--aaio-info), var(--aaio-info-alt), var(--aaio-info));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(2) span {
    background-color: var(--aaio-primary-lighter); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(5n+5) .aaio-block .aaio-shape:nth-of-type(3) span {
    background-color: var(--aaio-secondary-lighter); }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] {
  --aaio-block-bg: var( --aaio-info );
  --aaio-border-color: var(--aaio-info-alt-border);
  --aaio-block-bg-darker: var( --aaio-info-darker );
  --aaio-block-bg-lighter: var( --aaio-info-lighter );
  --aaio-text: var( --aaio-info-alt );
  --aaio-text-lighter: var( --aaio-info-alt-lighter );
  --aaio-text-darker: var( --aaio-info-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-after-title {
    background-color: var(--aaio-info-alt);
    color: var(--aaio-info-alt);
    border-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-info );
  --aaio-border-color: var(--aaio-info-alt-border);
  --aaio-block-bg-darker: var( --aaio-info-darker );
  --aaio-block-bg-lighter: var( --aaio-info-lighter );
  --aaio-text: var( --aaio-info-alt );
  --aaio-text-lighter: var( --aaio-info-alt-lighter );
  --aaio-text-darker: var( --aaio-info-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:before,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-info-alt);
    color: var(--aaio-info-alt);
    border-color: var(--aaio-info-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container {
    border-top: none !important; }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after,
  .admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] .aaio-block-container:after {
    display: none; }
body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-info .editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.aaio-mode-info .editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-post-content > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]),
.admin-color-aaio-mode-info.editor-styles-wrapper .wp-block-group > .wp-block:not(.wp-block-post-content-is-layout-flow > .wp-block):nth-of-type(1) .aaio-block:not([data-type="aaio/header"], [data-type="aaio/footer"]) {
  overflow: hidden; }

body.aaio-mode-info:not(.wp-admin) .wp-block-post-content,
body.aaio-mode-info:not(.wp-admin) .wp-block-group {
  /**
   * -----------------------------------------------------------------------
   * Override colours
   * -----------------------------------------------------------------------
   */ }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 {
    --aaio-block-bg: var( --aaio-info );
    --aaio-border-color: var(--aaio-info-alt-border);
    --aaio-block-bg-darker: var( --aaio-info-darker );
    --aaio-block-bg-lighter: var( --aaio-info-lighter );
    --aaio-text: var( --aaio-info-alt );
    --aaio-text-lighter: var( --aaio-info-alt-lighter );
    --aaio-text-darker: var( --aaio-info-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-block-container:after {
      background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-after-title {
      background-color: var(--aaio-info-alt);
      color: var(--aaio-info-alt);
      border-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-info)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-info)), var(--aaio-var(--aaio-info)-alt), var(--aaio-var(--aaio-info)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-1 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-info)-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 {
    --aaio-block-bg: var( --aaio-info );
    --aaio-border-color: var(--aaio-info-alt-border);
    --aaio-block-bg-darker: var( --aaio-info-darker );
    --aaio-block-bg-lighter: var( --aaio-info-lighter );
    --aaio-text: var( --aaio-info-alt );
    --aaio-text-lighter: var( --aaio-info-alt-lighter );
    --aaio-text-darker: var( --aaio-info-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-block-container:after {
      background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-after-title {
      background-color: var(--aaio-info-alt);
      color: var(--aaio-info-alt);
      border-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-info)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-info)), var(--aaio-var(--aaio-info)-alt), var(--aaio-var(--aaio-info)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-2 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-info)-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 {
    --aaio-block-bg: var( --aaio-info );
    --aaio-border-color: var(--aaio-info-alt-border);
    --aaio-block-bg-darker: var( --aaio-info-darker );
    --aaio-block-bg-lighter: var( --aaio-info-lighter );
    --aaio-text: var( --aaio-info-alt );
    --aaio-text-lighter: var( --aaio-info-alt-lighter );
    --aaio-text-darker: var( --aaio-info-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-block-container:after {
      background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-after-title {
      background-color: var(--aaio-info-alt);
      color: var(--aaio-info-alt);
      border-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-info)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-info)), var(--aaio-var(--aaio-info)-alt), var(--aaio-var(--aaio-info)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-3 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-info)-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 {
    --aaio-block-bg: var( --aaio-info );
    --aaio-border-color: var(--aaio-info-alt-border);
    --aaio-block-bg-darker: var( --aaio-info-darker );
    --aaio-block-bg-lighter: var( --aaio-info-lighter );
    --aaio-text: var( --aaio-info-alt );
    --aaio-text-lighter: var( --aaio-info-alt-lighter );
    --aaio-text-darker: var( --aaio-info-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-block-container:after {
      background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-after-title {
      background-color: var(--aaio-info-alt);
      color: var(--aaio-info-alt);
      border-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-info)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-info)), var(--aaio-var(--aaio-info)-alt), var(--aaio-var(--aaio-info)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-4 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-info)-alt); }
  body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5,
  body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 {
    --aaio-block-bg: var( --aaio-info );
    --aaio-border-color: var(--aaio-info-alt-border);
    --aaio-block-bg-darker: var( --aaio-info-darker );
    --aaio-block-bg-lighter: var( --aaio-info-lighter );
    --aaio-text: var( --aaio-info-alt );
    --aaio-text-lighter: var( --aaio-info-alt-lighter );
    --aaio-text-darker: var( --aaio-info-alt-darker );
    --aaio-overlay: var( --aaio-block-bg );
    --aaio-link: var( --aaio-text );
    --aaio-icon-bg: var( --aaio-text );
    --aaio-icon-text: var( --aaio-block-bg );
    --aaio-icon-size: 55px;
    --aaio-icon-border-radius: 50%;
    --aaio-card-bg: transparent;
    --aaio-card-border-color: var( --aaio-border-color );
    --aaio-card-color: var( --aaio-text );
    --aaio-link-overlay-bg: var(--aaio-text);
    --aaio-link-overlay-text: var( --aaio-block-bg );
    --aaio-btn-color: var( --aaio-block-bg );
    --aaio-btn-bg: var( --aaio-text );
    --aaio-btn-border-color: var( --aaio-text );
    --aaio-btn-hover-color: var( --aaio-block-bg );
    --aaio-btn-hover-bg: var( --aaio-text-lighter );
    --aaio-btn-hover-border-color: var( --aaio-text );
    --aaio-btn-active-color: var( --aaio-text );
    --aaio-btn-active-bg: var( --aaio-block-bg );
    --aaio-btn-active-border-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-color: var( --aaio-text-lighter );
    --aaio-btn-disabled-bg: var( --aaio-block-bg );
    --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-color: var( --aaio-text );
    --aaio-btn-outline-bg: var( --aaio-block-bg );
    --aaio-btn-outline-border-color: var( --aaio-text );
    --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
    --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
    --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
    --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-active-bg: var( --aaio-text );
    --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
    --aaio-btn-outline-disabled-bg: var( --aaio-text );
    --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
    --aaio-pagination-border-color: var( --aaio-block-bg );
    --aaio-pagination-bg-color: var( --aaio-text );
    --aaio-pagination-opacity: 0.4;
    --aaio-pagination-active-border-color: var( --aaio-block-bg );
    --aaio-pagination-active-bg-color: var( --aaio-text );
    --aaio-pagination-active-opacity: 1;
    --aaio-nav-link-color-active: var( --aaio-block-bg );
    --aaio-nav-link-bg-active: var( --aaio-text );
    --aaio-nav-link-border-active: var( --aaio-text );
    --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
    --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
    --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
    --aaio-bullet-logo-bg: var( --aaio-text );
    --aaio-accordion-color: var(--aaio-text);
    --aaio-accordion-bg: transparent;
    --aaio-accordion-border-color: var( --aaio-border-color );
    --aaio-accordion-btn-color: var(--aaio-text);
    --aaio-accordion-btn-icon-transform: rotate(-180deg);
    --aaio-accordion-btn-focus-border-color: #86b7fe;
    --aaio-accordion-active-color: var( --aaio-block-bg );
    --aaio-accordion-active-bg: var( --aaio-text );
    --aaio-step-bg: var( --aaio-text );
    --aaio-step-bg-inner: var( --aaio-block-bg );
    --aaio-dropdown-color: var( --aaio-text );
    --aaio-dropdown-bg: var( --aaio-block-bg );
    --aaio-dropdown-link-color: var( --aaio-text );
    --aaio-dropdown-link-hover-color: var( --aaio-text );
    --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
    --aaio-dropdown-link-active-color: var( --aaio-block-bg );
    --aaio-dropdown-link-active-bg: var( --aaio-text );
    --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
    --aaio-dropdown-header-color: var( --aaio-text );
    --aaio-dropdown-border-color: var( --aaio-border-color );
    --aaio-dropdown-divider-bg: var( --aaio-border-color );
    --aaio-header-color: var( --aaio-text );
    --aaio-top-bar-bg: var( --aaio-block-bg-darker );
    --aaio-top-bar-color: var( --aaio-header-color );
    --aaio-footer-color: var( --aaio-text );
    --aaio-offcanvas-color: var( --aaio-text );
    --aaio-offcanvas-bg: var( --aaio-block-bg );
    --aaio-offcanvas-border-color: var( --aaio-border-color );
    --aaio-modal-color: var( --aaio-text );
    --aaio-modal-bg: var( --aaio-block-bg );
    --aaio-modal-border-color: var( --aaio-border-color ); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5:before,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-block-container:after {
      background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-after-title {
      background-color: var(--aaio-info-alt);
      color: var(--aaio-info-alt);
      border-color: var(--aaio-info-alt); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-primary .aaio-after-title {
      background-color: var(--aaio-primary);
      color: var(--aaio-primary);
      border-color: var(--aaio-primary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-secondary .aaio-after-title {
      background-color: var(--aaio-secondary);
      color: var(--aaio-secondary);
      border-color: var(--aaio-secondary); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-dark .aaio-after-title {
      background-color: var(--aaio-dark);
      color: var(--aaio-dark);
      border-color: var(--aaio-dark); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-light .aaio-after-title {
      background-color: var(--aaio-light);
      color: var(--aaio-light);
      border-color: var(--aaio-light); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-white .aaio-after-title {
      background-color: var(--aaio-white);
      color: var(--aaio-white);
      border-color: var(--aaio-white); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-success .aaio-after-title {
      background-color: var(--aaio-success);
      color: var(--aaio-success);
      border-color: var(--aaio-success); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-danger .aaio-after-title {
      background-color: var(--aaio-danger);
      color: var(--aaio-danger);
      border-color: var(--aaio-danger); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-warning .aaio-after-title {
      background-color: var(--aaio-warning);
      color: var(--aaio-warning);
      border-color: var(--aaio-warning); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .text-info .aaio-after-title {
      background-color: var(--aaio-info);
      color: var(--aaio-info);
      border-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
        --bs-btn-color: var( --aaio-primary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
        --bs-btn-color: var( --aaio-secondary-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
        --bs-btn-color: var( --aaio-dark-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
        --bs-btn-color: var( --aaio-light-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
        --bs-btn-color: var( --aaio-white-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
        --bs-btn-color: var( --aaio-success-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
        --bs-btn-color: var( --aaio-danger-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
        --bs-btn-color: var( --aaio-warning-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
        --bs-btn-color: var( --aaio-info-alt );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-lighter );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info );
      --bs-btn-hover-bg: transparent;
      text-decoration: none; }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
        background-color: var(--aaio-info-alt); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
        --bs-btn-color: var( --aaio-primary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-primary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-primary );
        --bs-btn-hover-border-color: var( --aaio-primary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
          background-color: var(--aaio-primary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
        --bs-btn-color: var( --aaio-secondary );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-secondary-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-secondary );
        --bs-btn-hover-border-color: var( --aaio-secondary );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
          background-color: var(--aaio-secondary); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
        --bs-btn-color: var( --aaio-dark );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-dark-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-dark );
        --bs-btn-hover-border-color: var( --aaio-dark );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
          background-color: var(--aaio-dark); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
        --bs-btn-color: var( --aaio-light );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-light-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-light );
        --bs-btn-hover-border-color: var( --aaio-light );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
          background-color: var(--aaio-light); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
        --bs-btn-color: var( --aaio-white );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-white-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-white );
        --bs-btn-hover-border-color: var( --aaio-white );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
          background-color: var(--aaio-white); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
        --bs-btn-color: var( --aaio-success );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-success-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-success );
        --bs-btn-hover-border-color: var( --aaio-success );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
          background-color: var(--aaio-success); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
        --bs-btn-color: var( --aaio-danger );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-danger-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-danger );
        --bs-btn-hover-border-color: var( --aaio-danger );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
          background-color: var(--aaio-danger); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
        --bs-btn-color: var( --aaio-warning );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-warning-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-warning );
        --bs-btn-hover-border-color: var( --aaio-warning );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
          background-color: var(--aaio-warning); }
      body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
      body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
        --bs-btn-color: var( --aaio-info );
        --bs-btn-bg: transparent;
        --bs-btn-hover-color: var( --aaio-info-alt );
        --bs-btn-hover-bg: transparent;
        --bs-btn-border-color: var( --aaio-info );
        --bs-btn-hover-border-color: var( --aaio-info );
        text-decoration: none; }
        body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
        body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
          background-color: var(--aaio-info); }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-pattern span {
      background-color: var(--aaio-var(--aaio-info)-alt);
      background: linear-gradient(-45deg, var(--aaio-var(--aaio-info)), var(--aaio-var(--aaio-info)-alt), var(--aaio-var(--aaio-info)));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-info:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span,
    body.aaio-mode-info:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-5 .aaio-shape:nth-of-type(1) span {
      background-color: var(--aaio-var(--aaio-info)-alt); }

/**
 * -----------------------------------------------------------------------
 * Wireframe colours
 * -----------------------------------------------------------------------
 */
body.aaio-mode-default:not(.wp-admin),
body.aaio-mode-default .editor-styles-wrapper,
body.aaio-mode-default.editor-styles-wrapper,
body.admin-color-aaio-mode-default {
  background: #fff; }
  body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block,
  body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block,
  body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block,
  body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block {
    --bs-link-color: #000;
    --bs-link-color-rgb: 0, 0, 0; }
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .dropdown-item:hover, body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .dropdown-item:focus,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .dropdown-item:hover,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .dropdown-item:focus,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .dropdown-item:hover,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .dropdown-item:focus,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .dropdown-item:hover,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .dropdown-item:focus {
      color: #000;
      background-color: transparent; }
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .accordion,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .accordion,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .accordion,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .accordion {
      --bs-accordion-active-color: #fff;
      --bs-accordion-active-bg: #000; }
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .nav-pills,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .nav-pills,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .nav-pills,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .nav-pills {
      --bs-nav-pills-link-active-color: #fff;
      --bs-nav-pills-link-active-bg: #000; }
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .card,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .card,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .card,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .card {
      --bs-card-border-color: #000; }
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .nav-tabs,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .nav-tabs,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .nav-tabs,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .nav-tabs {
      --bs-nav-tabs-link-active-bg: #000;
      --bs-nav-tabs-link-active-color: #fff; }
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-footer a:not(.btn),
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-footer a:not(.btn),
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-footer a:not(.btn),
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-footer a:not(.btn) {
      color: #000; }
  body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]),
  body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]),
  body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]),
  body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]),
  body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]),
  body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]),
  body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]),
  body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]),
  body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]),
  body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]),
  body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]),
  body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) {
    --aaio-primary: #fff;
    --aaio-primary-alt: #000;
    --aaio-primary-border: #000;
    --aaio-primary-alt-border: #000;
    --aaio-primary-alt-darker: #000;
    --aaio-primary-alt-lighter: #000;
    --aaio-primary-darker: #fff;
    --aaio-primary-lighter: #fff;
    --aaio-primary-darker-more: #fff;
    --aaio-primary-lighter-more: #fff;
    --bs-border-color: #000;
    --aaio-secondary: #fff;
    --aaio-secondary-alt: #000;
    --aaio-secondary-border: #000;
    --aaio-secondary-alt-border: #000;
    --aaio-secondary-alt-darker: #000;
    --aaio-secondary-alt-lighter: #000;
    --aaio-secondary-darker: #fff;
    --aaio-secondary-lighter: #fff;
    --aaio-secondary-darker-more: #fff;
    --aaio-secondary-lighter-more: #fff;
    --bs-border-color: #000;
    --aaio-dark: #fff;
    --aaio-dark-alt: #000;
    --aaio-dark-border: #000;
    --aaio-dark-alt-border: #000;
    --aaio-dark-alt-darker: #000;
    --aaio-dark-alt-lighter: #000;
    --aaio-dark-darker: #fff;
    --aaio-dark-lighter: #fff;
    --aaio-dark-darker-more: #fff;
    --aaio-dark-lighter-more: #fff;
    --bs-border-color: #000;
    --aaio-light: #fff;
    --aaio-light-alt: #000;
    --aaio-light-border: #000;
    --aaio-light-alt-border: #000;
    --aaio-light-alt-darker: #000;
    --aaio-light-alt-lighter: #000;
    --aaio-light-darker: #fff;
    --aaio-light-lighter: #fff;
    --aaio-light-darker-more: #fff;
    --aaio-light-lighter-more: #fff;
    --bs-border-color: #000;
    --aaio-white: #fff;
    --aaio-white-alt: #000;
    --aaio-white-border: #000;
    --aaio-white-alt-border: #000;
    --aaio-white-alt-darker: #000;
    --aaio-white-alt-lighter: #000;
    --aaio-white-darker: #fff;
    --aaio-white-lighter: #fff;
    --aaio-white-darker-more: #fff;
    --aaio-white-lighter-more: #fff;
    --bs-border-color: #000;
    --aaio-success: #fff;
    --aaio-success-alt: #000;
    --aaio-success-border: #000;
    --aaio-success-alt-border: #000;
    --aaio-success-alt-darker: #000;
    --aaio-success-alt-lighter: #000;
    --aaio-success-darker: #fff;
    --aaio-success-lighter: #fff;
    --aaio-success-darker-more: #fff;
    --aaio-success-lighter-more: #fff;
    --bs-border-color: #000;
    --aaio-danger: #fff;
    --aaio-danger-alt: #000;
    --aaio-danger-border: #000;
    --aaio-danger-alt-border: #000;
    --aaio-danger-alt-darker: #000;
    --aaio-danger-alt-lighter: #000;
    --aaio-danger-darker: #fff;
    --aaio-danger-lighter: #fff;
    --aaio-danger-darker-more: #fff;
    --aaio-danger-lighter-more: #fff;
    --bs-border-color: #000;
    --aaio-warning: #fff;
    --aaio-warning-alt: #000;
    --aaio-warning-border: #000;
    --aaio-warning-alt-border: #000;
    --aaio-warning-alt-darker: #000;
    --aaio-warning-alt-lighter: #000;
    --aaio-warning-darker: #fff;
    --aaio-warning-lighter: #fff;
    --aaio-warning-darker-more: #fff;
    --aaio-warning-lighter-more: #fff;
    --bs-border-color: #000;
    --aaio-info: #fff;
    --aaio-info-alt: #000;
    --aaio-info-border: #000;
    --aaio-info-alt-border: #000;
    --aaio-info-alt-darker: #000;
    --aaio-info-alt-lighter: #000;
    --aaio-info-darker: #fff;
    --aaio-info-lighter: #fff;
    --aaio-info-darker-more: #fff;
    --aaio-info-lighter-more: #fff;
    --bs-border-color: #000; }
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]) .aaio-pattern span,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) .aaio-pattern span {
      background-color: #000;
      background: linear-gradient(-45deg, var(--aaio-#000), var(--aaio-#000-alt), var(--aaio-#000));
      background-size: 400% 400%;
      animation: gradient 5s ease infinite; }
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"]:not([class*="aaio-block-theme-"]) .aaio-shape span,
    body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"]:not([class*="aaio-block-theme-"]) .aaio-shape span {
      background-color: #000 !important; }
  body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
  body.aaio-mode-default:not(.wp-admin) .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
  body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
  body.aaio-mode-default .editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
  body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
  body.aaio-mode-default.editor-styles-wrapper .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"],
  body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/header"],
  body.admin-color-aaio-mode-default .wp-block:nth-of-type(1n) .aaio-block[data-type="aaio/footer"] {
    border-bottom: none; }

/**
 * -----------------------------------------------------------------------
 * Theme colours
 * -----------------------------------------------------------------------
 */
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-primary );
  --aaio-border-color: var(--aaio-primary-alt-border);
  --aaio-block-bg-darker: var( --aaio-primary-darker );
  --aaio-block-bg-lighter: var( --aaio-primary-lighter );
  --aaio-text: var( --aaio-primary-alt );
  --aaio-text-lighter: var( --aaio-primary-alt-lighter );
  --aaio-text-darker: var( --aaio-primary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-primary-alt);
    color: var(--aaio-primary-alt);
    border-color: var(--aaio-primary-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-primary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-primary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-primary-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-primary-alt);
    background: linear-gradient(-45deg, var(--aaio-primary), var(--aaio-primary-alt), var(--aaio-primary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-primary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-primary-alt); }
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-secondary );
  --aaio-border-color: var(--aaio-secondary-alt-border);
  --aaio-block-bg-darker: var( --aaio-secondary-darker );
  --aaio-block-bg-lighter: var( --aaio-secondary-lighter );
  --aaio-text: var( --aaio-secondary-alt );
  --aaio-text-lighter: var( --aaio-secondary-alt-lighter );
  --aaio-text-darker: var( --aaio-secondary-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-secondary-alt);
    color: var(--aaio-secondary-alt);
    border-color: var(--aaio-secondary-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-secondary-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-secondary );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-secondary-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-secondary-alt);
    background: linear-gradient(-45deg, var(--aaio-secondary), var(--aaio-secondary-alt), var(--aaio-secondary));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-secondary[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-secondary-alt); }
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-dark );
  --aaio-border-color: var(--aaio-dark-alt-border);
  --aaio-block-bg-darker: var( --aaio-dark-darker );
  --aaio-block-bg-lighter: var( --aaio-dark-lighter );
  --aaio-text: var( --aaio-dark-alt );
  --aaio-text-lighter: var( --aaio-dark-alt-lighter );
  --aaio-text-darker: var( --aaio-dark-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-dark-alt);
    color: var(--aaio-dark-alt);
    border-color: var(--aaio-dark-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-dark-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-dark );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-dark-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-dark-alt);
    background: linear-gradient(-45deg, var(--aaio-dark), var(--aaio-dark-alt), var(--aaio-dark));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-dark[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-dark-alt); }
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-light );
  --aaio-border-color: var(--aaio-light-alt-border);
  --aaio-block-bg-darker: var( --aaio-light-darker );
  --aaio-block-bg-lighter: var( --aaio-light-lighter );
  --aaio-text: var( --aaio-light-alt );
  --aaio-text-lighter: var( --aaio-light-alt-lighter );
  --aaio-text-darker: var( --aaio-light-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-light-alt);
    color: var(--aaio-light-alt);
    border-color: var(--aaio-light-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-light-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-light );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-light-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-light-alt);
    background: linear-gradient(-45deg, var(--aaio-light), var(--aaio-light-alt), var(--aaio-light));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-light[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-light-alt); }
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-white );
  --aaio-border-color: var(--aaio-white-alt-border);
  --aaio-block-bg-darker: var( --aaio-white-darker );
  --aaio-block-bg-lighter: var( --aaio-white-lighter );
  --aaio-text: var( --aaio-white-alt );
  --aaio-text-lighter: var( --aaio-white-alt-lighter );
  --aaio-text-darker: var( --aaio-white-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-white-alt);
    color: var(--aaio-white-alt);
    border-color: var(--aaio-white-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-white-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-white );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-white-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-white-alt);
    background: linear-gradient(-45deg, var(--aaio-white), var(--aaio-white-alt), var(--aaio-white));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-white[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-white-alt); }
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-success );
  --aaio-border-color: var(--aaio-success-alt-border);
  --aaio-block-bg-darker: var( --aaio-success-darker );
  --aaio-block-bg-lighter: var( --aaio-success-lighter );
  --aaio-text: var( --aaio-success-alt );
  --aaio-text-lighter: var( --aaio-success-alt-lighter );
  --aaio-text-darker: var( --aaio-success-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-success-alt);
    color: var(--aaio-success-alt);
    border-color: var(--aaio-success-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-success-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-success );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-success-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-success-alt);
    background: linear-gradient(-45deg, var(--aaio-success), var(--aaio-success-alt), var(--aaio-success));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-success[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-success-alt); }
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-danger );
  --aaio-border-color: var(--aaio-danger-alt-border);
  --aaio-block-bg-darker: var( --aaio-danger-darker );
  --aaio-block-bg-lighter: var( --aaio-danger-lighter );
  --aaio-text: var( --aaio-danger-alt );
  --aaio-text-lighter: var( --aaio-danger-alt-lighter );
  --aaio-text-darker: var( --aaio-danger-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-danger-alt);
    color: var(--aaio-danger-alt);
    border-color: var(--aaio-danger-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-danger-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-danger );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-danger-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-danger-alt);
    background: linear-gradient(-45deg, var(--aaio-danger), var(--aaio-danger-alt), var(--aaio-danger));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-danger[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-danger-alt); }
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-warning );
  --aaio-border-color: var(--aaio-warning-alt-border);
  --aaio-block-bg-darker: var( --aaio-warning-darker );
  --aaio-block-bg-lighter: var( --aaio-warning-lighter );
  --aaio-text: var( --aaio-warning-alt );
  --aaio-text-lighter: var( --aaio-warning-alt-lighter );
  --aaio-text-darker: var( --aaio-warning-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-warning-alt);
    color: var(--aaio-warning-alt);
    border-color: var(--aaio-warning-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-warning-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-warning );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-warning-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-warning-alt);
    background: linear-gradient(-45deg, var(--aaio-warning), var(--aaio-warning-alt), var(--aaio-warning));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-warning[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-warning-alt); }
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info,
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info,
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"],
body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info,
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info,
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"],
body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info,
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info,
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"],
body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] {
  --aaio-block-bg: var( --aaio-info );
  --aaio-border-color: var(--aaio-info-alt-border);
  --aaio-block-bg-darker: var( --aaio-info-darker );
  --aaio-block-bg-lighter: var( --aaio-info-lighter );
  --aaio-text: var( --aaio-info-alt );
  --aaio-text-lighter: var( --aaio-info-alt-lighter );
  --aaio-text-darker: var( --aaio-info-alt-darker );
  --aaio-overlay: var( --aaio-block-bg );
  --aaio-link: var( --aaio-text );
  --aaio-icon-bg: var( --aaio-text );
  --aaio-icon-text: var( --aaio-block-bg );
  --aaio-icon-size: 55px;
  --aaio-icon-border-radius: 50%;
  --aaio-card-bg: transparent;
  --aaio-card-border-color: var( --aaio-border-color );
  --aaio-card-color: var( --aaio-text );
  --aaio-link-overlay-bg: var(--aaio-text);
  --aaio-link-overlay-text: var( --aaio-block-bg );
  --aaio-btn-color: var( --aaio-block-bg );
  --aaio-btn-bg: var( --aaio-text );
  --aaio-btn-border-color: var( --aaio-text );
  --aaio-btn-hover-color: var( --aaio-block-bg );
  --aaio-btn-hover-bg: var( --aaio-text-lighter );
  --aaio-btn-hover-border-color: var( --aaio-text );
  --aaio-btn-active-color: var( --aaio-text );
  --aaio-btn-active-bg: var( --aaio-block-bg );
  --aaio-btn-active-border-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-color: var( --aaio-text-lighter );
  --aaio-btn-disabled-bg: var( --aaio-block-bg );
  --aaio-btn-disabled-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-color: var( --aaio-text );
  --aaio-btn-outline-bg: var( --aaio-block-bg );
  --aaio-btn-outline-border-color: var( --aaio-text );
  --aaio-btn-outline-hover-color: var( --aaio-text-lighter );
  --aaio-btn-outline-hover-bg: var( --aaio-block-bg );
  --aaio-btn-outline-hover-border-color: var( --aaio-text-lighter );
  --aaio-btn-outline-active-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-active-bg: var( --aaio-text );
  --aaio-btn-outline-active-border-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-color: var( --aaio-block-bg-lighter );
  --aaio-btn-outline-disabled-bg: var( --aaio-text );
  --aaio-btn-outline-disabled-border-color: var( --aaio-block-bg-lighter );
  --aaio-pagination-border-color: var( --aaio-block-bg );
  --aaio-pagination-bg-color: var( --aaio-text );
  --aaio-pagination-opacity: 0.4;
  --aaio-pagination-active-border-color: var( --aaio-block-bg );
  --aaio-pagination-active-bg-color: var( --aaio-text );
  --aaio-pagination-active-opacity: 1;
  --aaio-nav-link-color-active: var( --aaio-block-bg );
  --aaio-nav-link-bg-active: var( --aaio-text );
  --aaio-nav-link-border-active: var( --aaio-text );
  --aaio-nav-link-hover-color-active: var( --aaio-block-bg-lighter );
  --aaio-nav-link-hover-bg-active: var( --aaio-text-lighter );
  --aaio-nav-link-hover-border-active: var( --aaio-text-lighter );
  --aaio-bullet-logo-bg: var( --aaio-text );
  --aaio-accordion-color: var(--aaio-text);
  --aaio-accordion-bg: transparent;
  --aaio-accordion-border-color: var( --aaio-border-color );
  --aaio-accordion-btn-color: var(--aaio-text);
  --aaio-accordion-btn-icon-transform: rotate(-180deg);
  --aaio-accordion-btn-focus-border-color: #86b7fe;
  --aaio-accordion-active-color: var( --aaio-block-bg );
  --aaio-accordion-active-bg: var( --aaio-text );
  --aaio-step-bg: var( --aaio-text );
  --aaio-step-bg-inner: var( --aaio-block-bg );
  --aaio-dropdown-color: var( --aaio-text );
  --aaio-dropdown-bg: var( --aaio-block-bg );
  --aaio-dropdown-link-color: var( --aaio-text );
  --aaio-dropdown-link-hover-color: var( --aaio-text );
  --aaio-dropdown-link-hover-bg: var( --aaio-border-color );
  --aaio-dropdown-link-active-color: var( --aaio-block-bg );
  --aaio-dropdown-link-active-bg: var( --aaio-text );
  --aaio-dropdown-link-disabled-color: var( --aaio-border-color );
  --aaio-dropdown-header-color: var( --aaio-text );
  --aaio-dropdown-border-color: var( --aaio-border-color );
  --aaio-dropdown-divider-bg: var( --aaio-border-color );
  --aaio-header-color: var( --aaio-text );
  --aaio-top-bar-bg: var( --aaio-block-bg-darker );
  --aaio-top-bar-color: var( --aaio-header-color );
  --aaio-footer-color: var( --aaio-text );
  --aaio-offcanvas-color: var( --aaio-text );
  --aaio-offcanvas-bg: var( --aaio-block-bg );
  --aaio-offcanvas-border-color: var( --aaio-border-color );
  --aaio-modal-color: var( --aaio-text );
  --aaio-modal-bg: var( --aaio-block-bg );
  --aaio-modal-border-color: var( --aaio-border-color ); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-block-container:after,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"]:before,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-block-container:after,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"]:before,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-block-container:after,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"]:before,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-block-container:after {
    background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-after-title {
    background-color: var(--aaio-info-alt);
    color: var(--aaio-info-alt);
    border-color: var(--aaio-info-alt); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-primary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-primary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-primary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-primary .aaio-after-title {
    background-color: var(--aaio-primary);
    color: var(--aaio-primary);
    border-color: var(--aaio-primary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-secondary .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-secondary .aaio-after-title {
    background-color: var(--aaio-secondary);
    color: var(--aaio-secondary);
    border-color: var(--aaio-secondary); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-dark .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-dark .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-dark .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-dark .aaio-after-title {
    background-color: var(--aaio-dark);
    color: var(--aaio-dark);
    border-color: var(--aaio-dark); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-light .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-light .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-light .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-light .aaio-after-title {
    background-color: var(--aaio-light);
    color: var(--aaio-light);
    border-color: var(--aaio-light); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-white .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-white .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-white .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-white .aaio-after-title {
    background-color: var(--aaio-white);
    color: var(--aaio-white);
    border-color: var(--aaio-white); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-success .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-success .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-success .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-success .aaio-after-title {
    background-color: var(--aaio-success);
    color: var(--aaio-success);
    border-color: var(--aaio-success); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-danger .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-danger .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-danger .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-danger .aaio-after-title {
    background-color: var(--aaio-danger);
    color: var(--aaio-danger);
    border-color: var(--aaio-danger); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-warning .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-warning .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-warning .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-warning .aaio-after-title {
    background-color: var(--aaio-warning);
    color: var(--aaio-warning);
    border-color: var(--aaio-warning); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-info .aaio-after-title,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-info .aaio-after-title,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .text-info .aaio-after-title,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .text-info .aaio-after-title {
    background-color: var(--aaio-info);
    color: var(--aaio-info);
    border-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info-alt );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary {
      --bs-btn-color: var( --aaio-primary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary {
      --bs-btn-color: var( --aaio-secondary-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark {
      --bs-btn-color: var( --aaio-dark-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light {
      --bs-btn-color: var( --aaio-light-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white {
      --bs-btn-color: var( --aaio-white-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success {
      --bs-btn-color: var( --aaio-success-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger {
      --bs-btn-color: var( --aaio-danger-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning {
      --bs-btn-color: var( --aaio-warning-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info {
      --bs-btn-color: var( --aaio-info-alt );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-lighter );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-first:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn),
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn) {
    --bs-btn-color: var( --aaio-info-alt );
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var( --aaio-info );
    --bs-btn-hover-bg: transparent;
    text-decoration: none; }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn):before {
      background-color: var(--aaio-info-alt); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary {
      --bs-btn-color: var( --aaio-primary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-primary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-primary );
      --bs-btn-hover-border-color: var( --aaio-primary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-primary:before {
        background-color: var(--aaio-primary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary {
      --bs-btn-color: var( --aaio-secondary );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-secondary-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-secondary );
      --bs-btn-hover-border-color: var( --aaio-secondary );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-secondary:before {
        background-color: var(--aaio-secondary); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark {
      --bs-btn-color: var( --aaio-dark );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-dark-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-dark );
      --bs-btn-hover-border-color: var( --aaio-dark );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-dark:before {
        background-color: var(--aaio-dark); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light {
      --bs-btn-color: var( --aaio-light );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-light-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-light );
      --bs-btn-hover-border-color: var( --aaio-light );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-light:before {
        background-color: var(--aaio-light); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white {
      --bs-btn-color: var( --aaio-white );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-white-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-white );
      --bs-btn-hover-border-color: var( --aaio-white );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-white:before {
        background-color: var(--aaio-white); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success {
      --bs-btn-color: var( --aaio-success );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-success-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-success );
      --bs-btn-hover-border-color: var( --aaio-success );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-success:before {
        background-color: var(--aaio-success); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger {
      --bs-btn-color: var( --aaio-danger );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-danger-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-danger );
      --bs-btn-hover-border-color: var( --aaio-danger );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-danger:before {
        background-color: var(--aaio-danger); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning {
      --bs-btn-color: var( --aaio-warning );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-warning-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-warning );
      --bs-btn-hover-border-color: var( --aaio-warning );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-warning:before {
        background-color: var(--aaio-warning); }
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info,
    body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info {
      --bs-btn-color: var( --aaio-info );
      --bs-btn-bg: transparent;
      --bs-btn-hover-color: var( --aaio-info-alt );
      --bs-btn-hover-bg: transparent;
      --bs-btn-border-color: var( --aaio-info );
      --bs-btn-hover-border-color: var( --aaio-info );
      text-decoration: none; }
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before,
      body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .btn-other:not(.aaio-header .aaio-social-btns .btn, .aaio-mobile-menu-btn).btn-outline-info:before {
        background-color: var(--aaio-info); }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-pattern span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-pattern span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-pattern span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-pattern span {
    background-color: var(--aaio-info-alt);
    background: linear-gradient(-45deg, var(--aaio-info), var(--aaio-info-alt), var(--aaio-info));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite; }
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body:not(.wp-admin) .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body .editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-post-content > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/header"] .aaio-shape:nth-of-type(1) span,
  body.editor-styles-wrapper .wp-block-group > .wp-block:nth-of-type(1n) .aaio-block.aaio-block-theme-info[data-type="aaio/footer"] .aaio-shape:nth-of-type(1) span {
    background-color: var(--aaio-info-alt); }

/**
 * -----------------------------------------------------------------------
 * Styles
 * -----------------------------------------------------------------------
 */
body.aaio-style-squared:not(.wp-admin),
body.aaio-style-squared .editor-styles-wrapper,
body.aaio-style-squared.editor-styles-wrapper,
body.admin-style-aaio-style-squared {
  --aaio-border-radius: 0; }

body.aaio-style-rounded:not(.wp-admin),
body.aaio-style-rounded .editor-styles-wrapper,
body.aaio-style-rounded.editor-styles-wrapper,
body.admin-style-aaio-style-rounded {
  --aaio-border-radius: 5px; }
  body.aaio-style-rounded:not(.wp-admin) .btn:not(.btn-link),
  body.aaio-style-rounded:not(.wp-admin) .form-control,
  body.aaio-style-rounded:not(.wp-admin) .form-control-lg,
  body.aaio-style-rounded:not(.wp-admin) .nav-pills .nav-link,
  body.aaio-style-rounded .editor-styles-wrapper .btn:not(.btn-link),
  body.aaio-style-rounded .editor-styles-wrapper .form-control,
  body.aaio-style-rounded .editor-styles-wrapper .form-control-lg,
  body.aaio-style-rounded .editor-styles-wrapper .nav-pills .nav-link,
  body.aaio-style-rounded.editor-styles-wrapper .btn:not(.btn-link),
  body.aaio-style-rounded.editor-styles-wrapper .form-control,
  body.aaio-style-rounded.editor-styles-wrapper .form-control-lg,
  body.aaio-style-rounded.editor-styles-wrapper .nav-pills .nav-link,
  body.admin-style-aaio-style-rounded .btn:not(.btn-link),
  body.admin-style-aaio-style-rounded .form-control,
  body.admin-style-aaio-style-rounded .form-control-lg,
  body.admin-style-aaio-style-rounded .nav-pills .nav-link {
    border-radius: 50px !important; }

body.aaio-style-angled:not(.wp-admin),
body.aaio-style-angled .editor-styles-wrapper,
body.aaio-style-angled.editor-styles-wrapper,
body.admin-style-aaio-style-angled {
  --aaio-border-radius: 0; }
  body.aaio-style-angled:not(.wp-admin) .btn:not(.btn-link),
  body.aaio-style-angled:not(.wp-admin) .nav-pills .nav-link,
  body.aaio-style-angled .editor-styles-wrapper .btn:not(.btn-link),
  body.aaio-style-angled .editor-styles-wrapper .nav-pills .nav-link,
  body.aaio-style-angled.editor-styles-wrapper .btn:not(.btn-link),
  body.aaio-style-angled.editor-styles-wrapper .nav-pills .nav-link,
  body.admin-style-aaio-style-angled .btn:not(.btn-link),
  body.admin-style-aaio-style-angled .nav-pills .nav-link {
    transform: skewX(-20deg); }
    body.aaio-style-angled:not(.wp-admin) .btn:not(.btn-link) span, body.aaio-style-angled:not(.wp-admin) .btn:not(.btn-link) i,
    body.aaio-style-angled:not(.wp-admin) .nav-pills .nav-link span,
    body.aaio-style-angled:not(.wp-admin) .nav-pills .nav-link i,
    body.aaio-style-angled .editor-styles-wrapper .btn:not(.btn-link) span,
    body.aaio-style-angled .editor-styles-wrapper .btn:not(.btn-link) i,
    body.aaio-style-angled .editor-styles-wrapper .nav-pills .nav-link span,
    body.aaio-style-angled .editor-styles-wrapper .nav-pills .nav-link i,
    body.aaio-style-angled.editor-styles-wrapper .btn:not(.btn-link) span,
    body.aaio-style-angled.editor-styles-wrapper .btn:not(.btn-link) i,
    body.aaio-style-angled.editor-styles-wrapper .nav-pills .nav-link span,
    body.aaio-style-angled.editor-styles-wrapper .nav-pills .nav-link i,
    body.admin-style-aaio-style-angled .btn:not(.btn-link) span,
    body.admin-style-aaio-style-angled .btn:not(.btn-link) i,
    body.admin-style-aaio-style-angled .nav-pills .nav-link span,
    body.admin-style-aaio-style-angled .nav-pills .nav-link i {
      transform: skewX(20deg); }
    body.aaio-style-angled:not(.wp-admin) .btn:not(.btn-link) span i,
    body.aaio-style-angled:not(.wp-admin) .nav-pills .nav-link span i,
    body.aaio-style-angled .editor-styles-wrapper .btn:not(.btn-link) span i,
    body.aaio-style-angled .editor-styles-wrapper .nav-pills .nav-link span i,
    body.aaio-style-angled.editor-styles-wrapper .btn:not(.btn-link) span i,
    body.aaio-style-angled.editor-styles-wrapper .nav-pills .nav-link span i,
    body.admin-style-aaio-style-angled .btn:not(.btn-link) span i,
    body.admin-style-aaio-style-angled .nav-pills .nav-link span i {
      transform: skewX(0deg); }

body.aaio-style-soft-shadow:not(.wp-admin) .btn:not(.btn-link),
body.aaio-style-soft-shadow:not(.wp-admin) .form-control,
body.aaio-style-soft-shadow:not(.wp-admin) .form-control-lg,
body.aaio-style-soft-shadow:not(.wp-admin) .nav-pills .nav-link,
body.aaio-style-soft-shadow:not(.wp-admin) .accordion,
body.aaio-style-soft-shadow:not(.wp-admin) .card,
body.aaio-style-soft-shadow .editor-styles-wrapper .btn:not(.btn-link),
body.aaio-style-soft-shadow .editor-styles-wrapper .form-control,
body.aaio-style-soft-shadow .editor-styles-wrapper .form-control-lg,
body.aaio-style-soft-shadow .editor-styles-wrapper .nav-pills .nav-link,
body.aaio-style-soft-shadow .editor-styles-wrapper .accordion,
body.aaio-style-soft-shadow .editor-styles-wrapper .card,
body.aaio-style-soft-shadow.editor-styles-wrapper .btn:not(.btn-link),
body.aaio-style-soft-shadow.editor-styles-wrapper .form-control,
body.aaio-style-soft-shadow.editor-styles-wrapper .form-control-lg,
body.aaio-style-soft-shadow.editor-styles-wrapper .nav-pills .nav-link,
body.aaio-style-soft-shadow.editor-styles-wrapper .accordion,
body.aaio-style-soft-shadow.editor-styles-wrapper .card,
body.admin-style-aaio-style-soft-shadow .btn:not(.btn-link),
body.admin-style-aaio-style-soft-shadow .form-control,
body.admin-style-aaio-style-soft-shadow .form-control-lg,
body.admin-style-aaio-style-soft-shadow .nav-pills .nav-link,
body.admin-style-aaio-style-soft-shadow .accordion,
body.admin-style-aaio-style-soft-shadow .card {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
body.aaio-style-soft-shadow:not(.wp-admin) .btn:active,
body.aaio-style-soft-shadow:not(.wp-admin) .btn:focus,
body.aaio-style-soft-shadow:not(.wp-admin) .nav-pills .nav-link:focus,
body.aaio-style-soft-shadow:not(.wp-admin) .nav-pills .nav-link:active,
body.aaio-style-soft-shadow .editor-styles-wrapper .btn:active,
body.aaio-style-soft-shadow .editor-styles-wrapper .btn:focus,
body.aaio-style-soft-shadow .editor-styles-wrapper .nav-pills .nav-link:focus,
body.aaio-style-soft-shadow .editor-styles-wrapper .nav-pills .nav-link:active,
body.aaio-style-soft-shadow.editor-styles-wrapper .btn:active,
body.aaio-style-soft-shadow.editor-styles-wrapper .btn:focus,
body.aaio-style-soft-shadow.editor-styles-wrapper .nav-pills .nav-link:focus,
body.aaio-style-soft-shadow.editor-styles-wrapper .nav-pills .nav-link:active,
body.admin-style-aaio-style-soft-shadow .btn:active,
body.admin-style-aaio-style-soft-shadow .btn:focus,
body.admin-style-aaio-style-soft-shadow .nav-pills .nav-link:focus,
body.admin-style-aaio-style-soft-shadow .nav-pills .nav-link:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); }

body.aaio-style-hard-shadow:not(.wp-admin),
body.aaio-style-hard-shadow .editor-styles-wrapper,
body.aaio-style-hard-shadow.editor-styles-wrapper,
body.admin-style-aaio-style-hard-shadow {
  --aaio-border-radius: 0; }
  body.aaio-style-hard-shadow:not(.wp-admin) .btn-first,
  body.aaio-style-hard-shadow .editor-styles-wrapper .btn-first,
  body.aaio-style-hard-shadow.editor-styles-wrapper .btn-first,
  body.admin-style-aaio-style-hard-shadow .btn-first {
    border-color: var(--bs-btn-color);
    box-shadow: 6px 6px 0px var(--bs-btn-border-color); }
    body.aaio-style-hard-shadow:not(.wp-admin) .btn-first:hover,
    body.aaio-style-hard-shadow .editor-styles-wrapper .btn-first:hover,
    body.aaio-style-hard-shadow.editor-styles-wrapper .btn-first:hover,
    body.admin-style-aaio-style-hard-shadow .btn-first:hover {
      border-color: var(--bs-btn-border-color); }
  body.aaio-style-hard-shadow:not(.wp-admin) .btn-other,
  body.aaio-style-hard-shadow .editor-styles-wrapper .btn-other,
  body.aaio-style-hard-shadow.editor-styles-wrapper .btn-other,
  body.admin-style-aaio-style-hard-shadow .btn-other {
    border-color: var(--bs-btn-color);
    box-shadow: 6px 6px 0px var(--bs-btn-border-color); }
    body.aaio-style-hard-shadow:not(.wp-admin) .btn-other:hover,
    body.aaio-style-hard-shadow .editor-styles-wrapper .btn-other:hover,
    body.aaio-style-hard-shadow.editor-styles-wrapper .btn-other:hover,
    body.admin-style-aaio-style-hard-shadow .btn-other:hover {
      border-color: var(--bs-btn-hover-color); }
  body.aaio-style-hard-shadow:not(.wp-admin) .btn-icon,
  body.aaio-style-hard-shadow .editor-styles-wrapper .btn-icon,
  body.aaio-style-hard-shadow.editor-styles-wrapper .btn-icon,
  body.admin-style-aaio-style-hard-shadow .btn-icon {
    border: 1px solid var(--bs-btn-hover-color) !important; }
  body.aaio-style-hard-shadow:not(.wp-admin) .aaio-has-link:hover .btn-icon,
  body.aaio-style-hard-shadow .editor-styles-wrapper .aaio-has-link:hover .btn-icon,
  body.aaio-style-hard-shadow.editor-styles-wrapper .aaio-has-link:hover .btn-icon,
  body.admin-style-aaio-style-hard-shadow .aaio-has-link:hover .btn-icon {
    border: 1px solid var(--aaio-link-overlay-bg) !important; }
  body.aaio-style-hard-shadow:not(.wp-admin) .nav-link,
  body.aaio-style-hard-shadow .editor-styles-wrapper .nav-link,
  body.aaio-style-hard-shadow.editor-styles-wrapper .nav-link,
  body.admin-style-aaio-style-hard-shadow .nav-link {
    border: 1px solid var(--bs-nav-link-color);
    box-shadow: 6px 6px 0px var(--bs-nav-link-color); }
    body.aaio-style-hard-shadow:not(.wp-admin) .nav-link.active, body.aaio-style-hard-shadow:not(.wp-admin) .nav-link:hover,
    body.aaio-style-hard-shadow .editor-styles-wrapper .nav-link.active,
    body.aaio-style-hard-shadow .editor-styles-wrapper .nav-link:hover,
    body.aaio-style-hard-shadow.editor-styles-wrapper .nav-link.active,
    body.aaio-style-hard-shadow.editor-styles-wrapper .nav-link:hover,
    body.admin-style-aaio-style-hard-shadow .nav-link.active,
    body.admin-style-aaio-style-hard-shadow .nav-link:hover {
      border-color: var(--aaio-nav-link-color-active) !important; }
  body.aaio-style-hard-shadow:not(.wp-admin) .card,
  body.aaio-style-hard-shadow .editor-styles-wrapper .card,
  body.aaio-style-hard-shadow.editor-styles-wrapper .card,
  body.admin-style-aaio-style-hard-shadow .card {
    border-color: var(--bs-card-color);
    box-shadow: 6px 6px 0px var(--bs-card-color); }
    body.aaio-style-hard-shadow:not(.wp-admin) .card.aaio-has-link:hover,
    body.aaio-style-hard-shadow .editor-styles-wrapper .card.aaio-has-link:hover,
    body.aaio-style-hard-shadow.editor-styles-wrapper .card.aaio-has-link:hover,
    body.admin-style-aaio-style-hard-shadow .card.aaio-has-link:hover {
      box-shadow: 6px 6px 0px var(--aaio-link-overlay-bg); }
  body.aaio-style-hard-shadow:not(.wp-admin) .accordion,
  body.aaio-style-hard-shadow .editor-styles-wrapper .accordion,
  body.aaio-style-hard-shadow.editor-styles-wrapper .accordion,
  body.admin-style-aaio-style-hard-shadow .accordion {
    border: 1px solid var(--bs-accordion-active-color);
    box-shadow: 6px 6px 0px var(--bs-accordion-color); }
    body.aaio-style-hard-shadow:not(.wp-admin) .accordion .accordion-item,
    body.aaio-style-hard-shadow .editor-styles-wrapper .accordion .accordion-item,
    body.aaio-style-hard-shadow.editor-styles-wrapper .accordion .accordion-item,
    body.admin-style-aaio-style-hard-shadow .accordion .accordion-item {
      border-color: var(--bs-accordion-color); }
  body.aaio-style-hard-shadow:not(.wp-admin) .form-control,
  body.aaio-style-hard-shadow:not(.wp-admin) .form-control-lg,
  body.aaio-style-hard-shadow .editor-styles-wrapper .form-control,
  body.aaio-style-hard-shadow .editor-styles-wrapper .form-control-lg,
  body.aaio-style-hard-shadow.editor-styles-wrapper .form-control,
  body.aaio-style-hard-shadow.editor-styles-wrapper .form-control-lg,
  body.admin-style-aaio-style-hard-shadow .form-control,
  body.admin-style-aaio-style-hard-shadow .form-control-lg {
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2); }
  body.aaio-style-hard-shadow:not(.wp-admin) .swiper-slide,
  body.aaio-style-hard-shadow .editor-styles-wrapper .swiper-slide,
  body.aaio-style-hard-shadow.editor-styles-wrapper .swiper-slide,
  body.admin-style-aaio-style-hard-shadow .swiper-slide {
    padding-right: 6px; }

/*# sourceMappingURL=app.css.map */
